cURL
curl --request POST \ --url http://localhost:8080/v1/quotes \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "source_currency": "USD", "dest_currency": "EUR", "amount": "1000.00", "method": "bank_transfer" } '
{ "exchange_rate": "<string>", "source_amount": "<string>", "dest_amount": "<string>", "fee": "<string>", "fee_currency": "<string>", "expires_at": "2023-11-07T05:31:56Z" }
Merchant API key: ak_live_... or ak_test_...
ak_live_...
ak_test_...
"USD"
"EUR"
Decimal amount
"1000.00"
"bank_transfer"
Quote details