username:password
Authorization: Basic *****************
{
"from_currencies": [
"string"
],
"to_currency": "string",
"usage": {
"type": "string"
}
}
curl --location --request POST 'https://apitest.wooshpay.com/v1/fx_quotes' \
--header 'Accept;' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
"from_currencies": [
"string"
],
"to_currency": "string",
"usage": {
"type": "string"
}
}'
{
"rates": {
"<from_currency>.exchange_rate": "string"
},
"to_currency": "string",
"usage": {
"type": "payment"
},
"created": "string"
}