Documentation Index
Fetch the complete documentation index at: https://dev.moonpay.com/llms.txt
Use this file to discover all available pages before exploring further.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
source | object | Yes | Source amount and asset (fiat currency) you send |
destination | object | Yes | Destination amount and asset (cryptocurrency) the customer receives |
fees | Fees | Yes | Breakdown of network, MoonPay, and ecosystem fees |
wallet | Wallet | null | Yes | Wallet address where crypto will be sent. Null if not yet provided |
paymentMethod | object | null | Yes | Payment method used for this quote. Null if not specified |
expiresAt | string (date-time) | Yes | ISO 8601 datetime when the quote expires |
executable | boolean | Yes | Whether the quote can be executed |
signature | string | Yes | Signature for mounting a payment frame |
Source / Destination
Bothsource and destination have the same structure:
| Property | Type | Required | Description |
|---|---|---|---|
amount | string | Yes | The amount as a string to preserve precision |
asset | Asset | Yes | The currency or token |
Using the Quote
Pass thesignature to the payment frame when you mount it. The frame uses this signature along with the quote data to execute the payment and create the transaction.