Generate a rate
Generate a rate for an intended payout
Generate a rate for a payout
Query Parameters
Name
Type
Description
{
"message": "SUCCESS",
"data": {
"tokenSize": 1.35,
"feeSize": {
"crypto": 1.0810810810810811,
"fiat": 800.0
},
"total": {
"crypto": 2.43,
"fiat": 1800.0
},
"countryCode": "NG",
"currencyCode": "NGN",
"address": "0x6dCB49873231cD3F83048fFAF33D0EbF9684B912",
"token": "USDC",
"paymentMethods": [
"BANK_TRANSFER"
],
"executed": false,
"createdAt": "2022-11-18T17:37:11.987+0000",
"updatedAt": "2022-11-18T17:37:11.987+0000",
"rateId": "6377c2c71e50dc44ee9aed75",
"amount": 1000.0
}
}
//The crypto total is the amount you will send to the USDC address
//The fiat total is the amount we will send to your userLast updated