curl --request GET \
--url https://external.dev.onboardpay.co/exchange/api/orders/trade-options{
"fiats": [
{
"name": "<string>",
"logo": "<string>",
"isoCode": "<string>",
"symbol": "<string>",
"unicodeSymbol": "<string>",
"transactionLimitsConfig": {
"kyc": {
"dailyTransactionLimit": 123,
"maxSingleTransactionLimit": 123,
"minSingleTransactionLimit": 123,
"maxLifetimeLimit": 123
},
"noKyc": {
"dailyTransactionLimit": 123,
"maxSingleTransactionLimit": 123,
"minSingleTransactionLimit": 123,
"maxLifetimeLimit": 123
}
}
}
],
"networks": [
{
"networkId": "bsc_testnet",
"name": "Binance Smart Chain Network",
"logo": "<string>",
"explorer": "<string>",
"chainId": 1,
"nativeAsset": "BNB",
"availableTokens": [
{
"symbol": "USDC",
"networkId": "<string>",
"decimals": 123,
"isNative": true,
"address": "<string>"
}
]
}
],
"paymentChannels": [
{
"name": "<string>",
"paymentChannelId": "<string>",
"supportedCurrencies": [
{
"country": "<string>",
"currency": "<string>"
}
]
}
],
"transactionLimitsConfig": {
"kyc": {
"dailyTransactionLimit": 123,
"maxSingleTransactionLimit": 123,
"minSingleTransactionLimit": 123,
"maxLifetimeLimit": 123
},
"noKyc": {
"dailyTransactionLimit": 123,
"maxSingleTransactionLimit": 123,
"minSingleTransactionLimit": 123,
"maxLifetimeLimit": 123
}
}
}curl --request GET \
--url https://external.dev.onboardpay.co/exchange/api/orders/trade-options{
"fiats": [
{
"name": "<string>",
"logo": "<string>",
"isoCode": "<string>",
"symbol": "<string>",
"unicodeSymbol": "<string>",
"transactionLimitsConfig": {
"kyc": {
"dailyTransactionLimit": 123,
"maxSingleTransactionLimit": 123,
"minSingleTransactionLimit": 123,
"maxLifetimeLimit": 123
},
"noKyc": {
"dailyTransactionLimit": 123,
"maxSingleTransactionLimit": 123,
"minSingleTransactionLimit": 123,
"maxLifetimeLimit": 123
}
}
}
],
"networks": [
{
"networkId": "bsc_testnet",
"name": "Binance Smart Chain Network",
"logo": "<string>",
"explorer": "<string>",
"chainId": 1,
"nativeAsset": "BNB",
"availableTokens": [
{
"symbol": "USDC",
"networkId": "<string>",
"decimals": 123,
"isNative": true,
"address": "<string>"
}
]
}
],
"paymentChannels": [
{
"name": "<string>",
"paymentChannelId": "<string>",
"supportedCurrencies": [
{
"country": "<string>",
"currency": "<string>"
}
]
}
],
"transactionLimitsConfig": {
"kyc": {
"dailyTransactionLimit": 123,
"maxSingleTransactionLimit": 123,
"minSingleTransactionLimit": 123,
"maxLifetimeLimit": 123
},
"noKyc": {
"dailyTransactionLimit": 123,
"maxSingleTransactionLimit": 123,
"minSingleTransactionLimit": 123,
"maxLifetimeLimit": 123
}
}
}Success
Show child attributes
Offical name of a currency
URL to fiat logo
ISO 4217 (alphabetic) for currency
Alias to isoCode
Unicode symbol for fiat
Show child attributes
Show child attributes
Unique network connector identifier on Onboard
"bsc_testnet"
Human readable name for the network
"Binance Smart Chain Network"
network's logo
URL to explorer (scan) application for the network
Protocol chain ID
1
Network native coin symbol
"BNB"
Show child attributes
Token symbol e.g ETH, USDC, BUSD
"USDC"
Onboard network identifier
Token decimal size
Flags of the token is native to the blockchain or not
Token address on the chain if it's not a native token
Show child attributes
Payment channel name
Identifier for payment channel
Show child attributes