Last updated 1 year ago
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
POST /rates HTTP/1.1 Host: Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 47 { "fiatIn": "CAD", "fiatOut": "PHP", "amountIn": 100 }
The created rate
{ "fiatIn": "CAD", "fiatOut": "PHP", "amountIn": 100, "amountOut": 100, "rate": 1, "code": "APIWQRQWKZXV", "expirationDate": "2024-04-15T12:37:34.794Z" }