Payout estimated fee inquiry

circle-info

TIP

Inquire about Payout estimated fees

Interface address

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

Interface parameters

Name
Location
Type
Required
Description

mch_id

body

string

Yes

Merchant ID, example value:12345678

chain

body

string

Yes

Owned public chain, example value:TRON

currency

body

string

Yes

Currency, example value:TRX. View supported currenciesarrow-up-right

to_address

body

string

Yes

Collection wallet( Notes: payment wallet is required for the application of payout)

app_id

body

string

Yes

Application ID, example value:8e4b8c2e7cxxxxxxxx1a1cbd3d59e0bd

circle-info

TIP

app_id through the merchant backstage creating an applicationarrow-up-right to obtain.

Interface return

Name
Type
Required
Description

msg

string

true

Status description

request_id

string

true

Request ID

data

object

false

Data object

currency

string

Currency, example value:TRX. View supported currenciesarrow-up-right

to_address

string

Collection wallet( Notes: payment wallet is required for the application of payout)

fee

string

fee

app_id

string

Application ID, example value:8e4b8c2e7cxxxxxxxx1a1cbd3d59e0bd

Return example

Example code

Last updated