Skip to main content
GET
/
api
/
v1
/
exchange
/
rate
Get Exchange Rate
curl --request GET \
  --url https://pay-api.holdstation.com/api/v1/exchange/rate
{
  "message": "success",
  "data": {
    "rate": {
      "buy": "25850",
      "sell": "25750"
    }
  }
}

Overview

Partners use this API to retrieve the buy and sell exchange rates between USD/VND in the system.
original
boolean
Set to true to get the original rate before applying fees.
{
  "message": "success",
  "data": {
    "rate": {
      "buy": "25850",
      "sell": "25750"
    }
  }
}