getList conversion pairs
Lists global product support corridors for conversions. Conversion pairs describe platform-supported source/target currency directions and static source amount bounds only; they are not account-specific eligibility, pricing, fee, liquidity, or execution guarantees. Use conversion preflight/preview for account-specific availability and economics.
Request
Request URL
GET /conversion-pairsResponses
Response
{
"items": [
{
"active": true,
"display_order": 0,
"id": "usdc-btc",
"max_source_amount": "100000.00",
"min_source_amount": "10.00",
"settlement_model": "internal_platform",
"source_currency": "USDC",
"target_currency": "BTC"
}
],
"next_page_token": null
}Operation succeeded.