GET
Get supported asset pairs
Returns asset pair configurations, optionally filtered by enabled status
Path Params
-
enterpriseIdstring requiredEnterprise ID to retrieve asset pairs for
Query Params
-
tokenstringOptional filter by token (chain-agnostic token slug, e.g. "usd1")
Responses
200
OK
Response Body
object
Response type for the exchange pairs endpoint
Returns an array of exchange pair configurations
-
assetPairsarray of objects requiredassetPairs object
-
sourceobject requiredSource asset configuration for this pairsource object
-
assetstring requiredChain-scoped asset identifier -
minimumAmountstring requiredMinimum source amount required, expressed in base units. "0" means no minimum enforced. -
decimalsnumber requiredNumber of decimal places for this asset
-
-
destinationobject requiredDestination asset configuration for this pairdestination object
-
assetstring requiredChain-scoped asset identifier -
decimalsnumber requiredNumber of decimal places for this asset
-
-
feeobject requiredFee applied to this exchange pairfee object
-
basisPointsstring requiredFee in basis points (1 bps = 0.01%). "0" means no fee.
-
-
400
Bad Request
No response body
500
Internal Server Error
No response body