Balance Inquiry
Interface address
POST https://api.tokenpay.me/v1/merchant/balanceInterface parameters
Name
Location
Type
Required
Description
Interface return
Name
Type
Description
Description
Return example
{
"code": 0,
"msg": "ok",
"request_id": "08250916-a677-4a36-a090-323807ac644c",
"data": {
"merchant_id": 167,
"mch_id": "12345678",
"network": "TRC20",
"chain": "TRON",
"balance": "54670000",
"currency": "USDT",
"decimal": 6,
"create_time": 1724237814113,
"modify_time": 1724239248394,
"cash_time": 0
}
}Example code
Last updated