The access token received from the authorization server in the OAuth 2.0 flow.
Available trading pairs
Available trading pairs
Available options for each currency
{
"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"]
}
}