For the complete documentation index, see llms.txt. This page is also available as Markdown.

代付手續費查詢

提示 (TIP)

查詢代付的手續費

介面地址 (Interface address)

POST https://api.tokenpay.me/v1/payanother/estimated_fee

介面參數 (Interface parameters)

參數名稱
位置
類型
必填
描述

mch_id

body

string

商戶 ID,示例值:12345678

chain

body

string

所屬公鏈,示例值:TRON

currency

body

string

幣種,示例值:TRX查看支援的幣種

to_address

body

string

收款錢包(註:payout 應用需要提供收款錢包)

app_id

body

string

應用程式 ID,示例值:8e4b8c2e7cxxxxxxxx1a1cbd3d59e0bd

提示 (TIP)

app_id 可透過商戶後台 創建應用程式 獲取。

介面返回 (Interface return)

參數名稱
類型
必填
描述

code

integer

msg

string

狀態描述

request_id

string

請求 ID

data

object

數據物件

currency

string

幣種,示例值:TRX查看支援的幣種

to_address

string

收款錢包(註:payout 應用需要提供收款錢包)

fee

string

手續費

app_id

string

應用程式 ID,示例值:8e4b8c2e7cxxxxxxxx1a1cbd3d59e0bd

返回示例 (Return example)

示例代碼 (Example code)

最後更新於