Get Fiat/Crypto Payment Methods
Endpoint Information
Request Parameters
{
"country": "Mexico", // (string: country of the currency)
"fiat": "USD", // (string: name of the fiat currency)
"crypto": "USDT" // (string: name of the cryptocurrency)
}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)
"paymentList": [
{
"paymentId": 1, // (string: Payment method template ID)
"fiatFee": "2.00", // (decimal: Fiat fee amount, unit is block)
"paymentType": 1 // (enum: type of the payment method [0: manual, 1: automatic])
}
]
}
}
