删除监听钱包

说明

删除监听模式下的钱包

接口地址

POST https://api.ttpay.io/v1/wallet/delete

接口参数

参数示例

{
  "mch_id": "1234567890",
  "app_id": "8e4b8c2e7cxxxxxxxx1a1cbd3d59e0bd",
  "wallet_address": "TQjxEW2Z3pxxxxxxxxxxxxgJUrWXVAC92T",
  "chain": "TRON",
}

接口返回

返回示例

{
    "code": 0,
    "msg": "成功",
    "request_id": "b5506db8-fe9b-4ea6-bbc9-4497e70c03b6",
}

代码示例

curl --location --request POST 'https://api.ttpay.io/v1/wallet/delete' \
--header 'Authorization: <Authorization>' \
--header 'User-Agent: TTPay API (https://ttpay.io)' \
--header 'Content-Type: application/json' \
--data-raw '<body data here>'

Last updated