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 |
|---|---|---|---|
network | MonetaryAmount | No | The network fee (e.g., gas fee for blockchain transactions) |
moonpay | MonetaryAmount | No | The MoonPay processing fee |
ecosystem | MonetaryAmount | No | The ecosystem fee, if applicable |
partner | MonetaryAmount | No | Deprecated. Use ecosystem instead. This field will be removed in a future release. The partner’s fee, if applicable |
MonetaryAmount
Each fee is represented as a monetary amount:| Property | Type | Required | Description |
|---|---|---|---|
amount | string | Yes | The numeric amount as a string to preserve precision |
currencyCode | string | Yes | The currency code (e.g., USD) |
Example
All fee amounts are strings to preserve decimal precision. Parse them
appropriately in your application.