cURL
curl --request POST \ --url https://api.example.com/exchange/convert \ --header 'Content-Type: application/json' \ --data ' { "amount": "750.00", "from": "USD", "to": "NGN" } '
{ "data": { "converted_amount": "100.00" } }
Documentation IndexFetch the complete documentation index at: https://docs.juicyway.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.juicyway.com/llms.txt
Use this file to discover all available pages before exploring further.
Conversion params
Amount, in major units
Source currency
Target currency
Conversion result
Conversion response
Show child attributes