With the Exchange rate API you can fetch the latest exchange rate from ABA bank, the exchange rates are exactly like the prices you will find on https://www.ababank.com/en/forex-exchange
Request
Header Params
Content-Type
string
required
Example:
application/json
Body Params application/json
req_time
string
required
Request date and time in UTC format as YYYYMMDDHHmmss.
merchant_id
string
required
A unique merchant key which provided by ABA Bank.
hash
string
required
Base64 encode of hash hmac sha512 encryption of concatenates values req_time, and merchant_id with public_key.