Retrieve all asset trading pairs supported by a specific connected account, including the pair type (quote, market, onOffRamp).
Note: This endpoint is currently in beta and might be subject to changes.
Documentation Index
Fetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the account to fetch supported pairs for.
1Page size for pagination.
1 <= x <= 100Page cursor for pagination.
Supported pairs response
[
{
"id": "ea6c3cb7-355a-4ee3-82ff-267c69970210",
"baseAssetId": "BTC",
"quoteAssetId": "USD",
"supportedTypes": ["MARKET"]
},
{
"id": "ea6c3cb7-355a-4ee3-82ff-267c69970211",
"baseAssetId": "ETH",
"quoteAssetId": "USDC",
"supportedTypes": ["QUOTE", "MARKET"]
}
]
Total number of asset pairs matching the query.
2
A cursor for the next page of results, if available.
null