Auth
Use an API key:Get options
GET /wallet/api/ramp/options
Query parameters:
| Parameter | Type | Description |
|---|---|---|
organization_id | string | Organization id |
partner_application_id | string | Optional partner application id |
country_code | string | Optional ISO country filter |
fiat_currency_code | string | Optional fiat currency filter |
Quote ramp
POST /wallet/api/ramp/quote
Create session
POST /wallet/api/ramp/sessions
localSessionId, Meld session/customer ids, and
launchUrl. Treat launch URLs as user-specific session URLs.
List transactions
GET /wallet/api/ramp/wallets/{wallet_id}/transactions
Query parameters:
| Parameter | Type | Description |
|---|---|---|
network | enum | NETWORK_DEVNET or NETWORK_MAINNET |
direction | enum | Optional ramp direction |
status | enum | Optional transaction status |
limit | number | Optional result limit |

