> ## 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.

# OnrampPaymentCurrency

```ts theme={null}
type OnrampPaymentCurrency = {
  id: string;
  limits: OnrampPaymentMethodLimit[];
};
```

Payment currency data

## Properties

| Property                   | Type                                                                                                                  |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| <a id="id" /> `id`         | `string`                                                                                                              |
| <a id="limits" /> `limits` | [`OnrampPaymentMethodLimit`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/OnrampPaymentMethodLimit)\[] |
