Skip to main content

Look up forex rates

POST 

https://api.tryacme.com/v1/forex/rate-lookup

Look up forex rates.

Request

Responses

OK

Authorization: http

name: authorizationtype: httpscheme: bearerdescription: Set Your Secret API KeybearerFormat: SECRET_API_KEY
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"
]
}'
Request Collapse all
Base URL
https://api.tryacme.com/v1
Auth
Body
{
  "tenor": "TODAY",
  "currencyPairs": [
    "USDSGD",
    "EURUSD"
  ]
}