post https://connect1-sandbox.codegotech.com/api/individualbassapi/swift_get_conversion_order (COPY)
This api return sell and buy currency
Log in to see full request history
Responses
This api return sell and buy currency
xxxxxxxxxx
curl --request POST \
--url 'https://connect1-sandbox.codegotech.com/api/individualbassapi/swift_get_conversion_order%20(COPY)' \
--header 'Content-Type: application/json' \
--header 'accept: application/json'
xxxxxxxxxx
{
"status": 1,
"buy_currency": "EUR",
"sell_currency": "GBP",
"buy_amount": "100.00 EUR",
"sell_amount": "84.48 GBP",
"exchange_rate": "1.184"
}