672b1916ba61
List off-ramp currency support
Lists generated crypto-to-fiat off-ramp pairs and the providers that support each pair. Supports optional source rail, destination fiat, and provider filters.
Query parameters
Optional Solana crypto rail source filter.
Optional Solana crypto rail source filter.
Optional fiat destination currency filter.
Optional fiat destination currency filter.
Optional ramp provider filter.
Optional ramp provider filter.
Headers
Selects the active project for this request. Required for session/dashboard callers. Ignored when authenticating with an API key, whose scope is fixed to the key's project.
Selects the active project for this request. Required for session/dashboard callers. Ignored when authenticating with an API key, whose scope is fixed to the key's project.
Response
Off-ramp currency support
Example response
{
"data": {
"currencies": {
"sources": [
"usdc.solana",
"sol.solana"
],
"destinations": [
"USD",
"EUR"
]
},
"pairs": [
{
"source": "usdc.solana",
"dest": "USD",
"providers": [
"moonpay",
"bvnk"
]
}
],
"providerDetails": {
"moonpay": {
"currencies": {
"USD": {
"min": "20",
"max": "30000"
}
},
"countrySupport": {
"coverage": "all-currencies",
"countries": [
"AL",
"US"
]
},
"entityTypes": [
"individual"
]
}
},
"supportHash": "sha256:example"
},
"meta": {
"requestId": "req_example",
"timestamp": "2025-01-01T00:00:00.000Z"
}
}