Last updated 11 months ago
/rates
The FIAT currency to be sent by the user
CAD
PHP
MXN
The FIAT currency to be received
The Amount of fiatIn to be sent by the user
100
curl -L \ --request POST \ --url '/rates' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '{ "fiatIn": "CAD", "fiatOut": "PHP", "amountIn": 100 }'
{ "fiatIn": "CAD", "fiatOut": "PHP", "amountIn": 100, "amountOut": 100, "rate": 1, "code": "APIWQRQWKZXV", "expirationDate": "2024-04-15T12:37:34.794Z" }