Get all available pairs and options
Customer
Get all available pairs and options
GET
Get all available pairs and options
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Response
Available trading pairs
Available trading pairs
Available options for each currency
Example:
{
"USDC": {
"regular": ["POLYGON", "SOLANA", "TRON"],
"preFund": [
"PRE_FUND_POLYGON",
"PRE_FUND_SOLANA",
"PRE_FUND_TRON"
]
},
"USDT": {
"regular": ["POLYGON", "SOLANA", "TRON"],
"preFund": [
"PRE_FUND_POLYGON",
"PRE_FUND_SOLANA",
"PRE_FUND_TRON"
]
},
"USD": {
"regular": ["WIRE", "SWIFT"],
"preFund": ["PRE_FUND"]
},
"COP": {
"regular": ["PSE", "BANK_TRANSFER"],
"preFund": ["PRE_FUND"]
},
"MXN": {
"regular": ["SPEI"],
"preFund": ["PRE_FUND"]
}
}Available strategies for currency pairs