餘額查詢
Interface address
POST https://api.tokenpay.me/v1/merchant/balance介面地址 (Interface address)
參數名稱
位置
類型
必填
描述
mch_id
body
string
Yes
商戶 ID,示例值:12345678
chain
body
string
Yes
所屬公鏈,示例值:TRON
介面返回 (Interface return)
返回示例 (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)
最後更新於