Get Fiat/Fiat Pairs
Get Fiat/Fiat Trading Pairs
Endpoint Information
Request Parameters
Response Structure
{
"code": 200,
"msg": "SUCCESS",
"data": [{
"onRampCountry": "Mexico", // (string: Name of the country (e.g., "Mexico"))
"onRampFiat": "MXN", // (string: Name of the fiat currency (e.g., "MXN"))
"offRampCountry": "HONG KONG", // (string: Name of the country (e.g., "Mexico"))
"offRampFiat": "USD", // (string: Name of the fiat currency (e.g., "MXN"))
"accuracy": 2 // (number: accuracy of the trade)
}]
}
