Look up forex rates
POSThttps://api.tryacme.com/v1/forex/rate-lookup
Look up forex rates.
Request
Responses
- 200
OK
Authorization: http
name: authorizationtype: httpscheme: bearerdescription: Set Your Secret API KeybearerFormat: SECRET_API_KEY
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://api.tryacme.com/v1/forex/rate-lookup' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>' \
-d '{
"tenor": "TODAY",
"currencyPairs": [
"USDSGD",
"EURUSD"
]
}'