cURL
curl --request GET \ --url https://pay-api.holdstation.com/api/v1/exchange/rate
{ "message": "success", "data": { "rate": { "buy": "25850", "sell": "25750" } } }
Retrieve the buy and sell exchange rates between USD and VND.
true