AkashicPay
繁體中文
繁體中文
  • 簡介
    • 概述
    • 費用結構
    • 交易時間
    • 術語
  • 指南
    • 快速指南
    • 建議整合流程
    • 密鑰對指南
    • 付款流程
    • 支援貨幣
  • 儀表板
    • 儀表板
    • 帳號
    • 轉帳
    • 設置
    • 開發者
  • SDK
    • SDK 入門
    • SDK 與工具套件
    • 函式 (Functions)
      • getDepositAddress
      • getDepositUrl
      • 識別碼 (Identifier) & ReferenceId
      • 要求的金額和貨幣 (Requested amount & currency)
      • 提款/提幣 (payout)
      • getTransfers
      • getBalance
      • getTransactionDetails
  • 參考資料
  • 錯誤訊息
  • SecureAPI
    • SecureAPI 入門
    • 函式 (Functions)
      • 取得存款地址
      • 存款 URL
      • 餘額
      • 交易資訊
      • 提幣/提款
      • 匯率
    • 參考資料
    • 錯誤處理
    • 更新日誌
  • 回調
    • 存款回調
    • 提款/提幣回調
    • 回調安全性
Powered by GitBook
On this page

Was this helpful?

  1. SecureAPI
  2. 函式 (Functions)

匯率

Previous提幣/提款Next參考資料

Last updated 5 days ago

Was this helpful?

取得匯率

端點: POST /getExchangeRates

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

請求參數:

參數
類別
需要
說明

requestedCurrency

是

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

回應:

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

範例:

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