> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# OnrampPurchaseCurrency

```ts theme={null}
type OnrampPurchaseCurrency = {
  id: string;
  name: string;
  symbol: string;
  iconUrl: string;
  networks: OnrampNetwork[];
};
```

Purchase currency data

## Properties

| Property                       | Type                                                                                            |
| ------------------------------ | ----------------------------------------------------------------------------------------------- |
| <a id="id" /> `id`             | `string`                                                                                        |
| <a id="name" /> `name`         | `string`                                                                                        |
| <a id="symbol" /> `symbol`     | `string`                                                                                        |
| <a id="iconurl" /> `iconUrl`   | `string`                                                                                        |
| <a id="networks" /> `networks` | [`OnrampNetwork`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/OnrampNetwork)\[] |
