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

# OnrampAmount

```ts theme={null}
type OnrampAmount = {
  value: string;
  currency: string;
};
```

Onramp Amount

## Properties

| Property                       | Type     |
| ------------------------------ | -------- |
| <a id="value" /> `value`       | `string` |
| <a id="currency" /> `currency` | `string` |
