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

はい

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

to_address

string

受取ウォレット(注:payout アプリには受取ウォレットが必要です)

fee

string

手数料

app_id

string

アプリID、例の値:8e4b8c2e7cxxxxxxxx1a1cbd3d59e0bd

戻り値の例 (Return example)

コード例 (Example code)

最終更新