匯率
取得匯率
端點: POST /getExchangeRates
說明: 擷取所有支援的 mainnet 幣值的匯率。
請求參數:
參數
類別
需要
說明
回應:
{
"[currency: string]": "string"
}
範例:
{
"CNY": "0.10233",
"HKD": "7.78"
}
Last updated
Was this helpful?
端點: POST /getExchangeRates
說明: 擷取所有支援的 mainnet 幣值的匯率。
請求參數:
回應:
{
"[currency: string]": "string"
}
範例:
{
"CNY": "0.10233",
"HKD": "7.78"
}
Last updated
Was this helpful?