匯率

取得匯率

端點: POST /getExchangeRates

說明: 擷取所有支援的 mainnet 幣值的匯率。

請求參數:

參數
類別
需要
說明

requestedCurrency

要取得匯率的貨幣(例如美元)

回應:

{
  "[currency: string]": "string"
}

範例:

{
  "CNY": "0.10233",
  "HKD": "7.78"
}

Last updated

Was this helpful?