get https://api-data-v1.dbotx.com/kline/burn_txs
此API用于获取某个代币的所有烧币记录
Free | Plus | Pro | Enterprise | 积分消耗 |
---|---|---|---|---|
✅ | ✅ | ✅ | ✅ | 10 |
响应数据
{
"err": false, // 是否发生错误
"res": [
{
"id": "685e36d63309caac3e3f0d99", // 此条交易的id
"slot": 349481843, // 交易发生的区块
"blockTime": 1751004882, // 区块时间
"txHash": "transaction hash", // 交易哈希
"tradeType": "burn", // 固定为:burn
"account": "B4D9q3Yit8r1LTMQMWbekjvG8myR2h1ctGJUmzjPrCbE", // 发生交易的钱包地址 (maker)
"mint": "3epCNLt7PxxPhfwyiPix5CW96NTouyqc9oUcmDGhpump", // 代币地址
"quantity": 6968.912357 // 烧币数量
}
]
}