支払い予想手数料照会
インターフェースアドレス (Interface address)
POST https://api.tokenpay.me/v1/payanother/estimated_feeInterface parameters
名前
場所
タイプ
必須
説明
mch_id
body
string
はい
加盟店ID、例の値:12345678
chain
body
string
はい
所属パブリックチェーン、例の値:TRON
to_address
body
string
はい
受取ウォレット(注:payout アプリには受取ウォレットが必要です)
app_id
body
string
はい
アプリID、例の値:8e4b8c2e7cxxxxxxxx1a1cbd3d59e0bd
Interface return
名前
タイプ
必須
説明
msg
string
はい
ステータス説明
request_id
string
はい
リクエストID
data
object
いいえ
データオブジェクト
to_address
string
受取ウォレット(注:payout アプリには受取ウォレットが必要です)
fee
string
手数料
app_id
string
アプリID、例の値:8e4b8c2e7cxxxxxxxx1a1cbd3d59e0bd
戻り値の例 (Return example)
コード例 (Example code)
最終更新