Get Crypto/Fiat Pairs
Endpoint Information
Request Parameters
Response Structure
{
"code": 200,
"msg": "SUCCESS",
"data": [{
"country": "Mexico", // (string: country of the currency)
"fiat": "USD", // (string: name of the fiat currency)
"crypto": "USDT", // (string: name of the cryptocurrency)
"accuracy": 2 // (number: accuracy of the trade)
}]
}
