cURL
curl --request POST \ --url https://convertly.sh/api/currency/convert \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "amount": "<string>", "from": "<string>", "to": "<string>" } '
{ "id": "<string>", "object": "<unknown>", "from": "<string>", "to": "<string>", "amount": "<string>", "convertedAmount": "<string>", "precision": 123, "ratePath": [ { "base": "<string>", "quote": "<string>", "rate": "<string>", "asOf": "2023-11-07T05:31:56Z", "source": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.convertly.sh/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.convertly.sh/llms.txt
Use this file to discover all available pages before exploring further.
Dashboard-generated Convertly API key.
3
0 <= x <= 12
128
Currency conversion
Show child attributes