Liquidity
Last updated
GET /api/v1/partner/liquidity HTTP/1.1
Host: api-staging.unigox.com
Accept: */*
{
"success": true,
"data": {
"pairs": [
{
"crypto_currency_code": "USDC",
"fiat_currency_code": "EUR",
"trade_type": "SELL",
"min_amount": 50,
"max_amount": 10000,
"min_amount_usd": 54.35,
"max_amount_usd": 10870,
"payment_methods": [
"sepa",
"wise"
]
},
{
"crypto_currency_code": "USDC",
"fiat_currency_code": "NGN",
"trade_type": "SELL",
"min_amount": 50000,
"max_amount": 5000000,
"min_amount_usd": 31.25,
"max_amount_usd": 3125,
"payment_methods": [
"gtbank",
"zenith-bank"
]
}
]
}
}