Exchange Pairs
Last updated
Last updated
GET /api/v1/supported-exchange-pairs HTTP/1.1
Host: api-staging.unigox.com
Accept: */*
{
"success": true,
"data": [
{
"crypto_currency_code": "USDC",
"fiat_currency_code": "ARS",
"type": "BUY"
},
{
"crypto_currency_code": "USDC",
"fiat_currency_code": "ARS",
"type": "SELL"
},
{
"crypto_currency_code": "USDC",
"fiat_currency_code": "AUD",
"type": "BUY"
},
{
"crypto_currency_code": "USDC",
"fiat_currency_code": "AUD",
"type": "SELL"
},
{
"crypto_currency_code": "USDC",
"fiat_currency_code": "CAD",
"type": "BUY"
},
{
"crypto_currency_code": "USDC",
"fiat_currency_code": "CAD",
"type": "SELL"
},
{
"crypto_currency_code": "USDC",
"fiat_currency_code": "EUR",
"type": "BUY"
},
{
"crypto_currency_code": "USDC",
"fiat_currency_code": "EUR",
"type": "SELL"
},
{
"crypto_currency_code": "USDC",
"fiat_currency_code": "GBP",
"type": "BUY"
},
{
"crypto_currency_code": "USDC",
"fiat_currency_code": "GBP",
"type": "SELL"
},
{
"crypto_currency_code": "USDC",
"fiat_currency_code": "GEL",
"type": "BUY"
},
{
"crypto_currency_code": "USDC",
"fiat_currency_code": "GEL",
"type": "SELL"
},
{
"crypto_currency_code": "USDC",
"fiat_currency_code": "GHS",
"type": "BUY"
}
]
}