交易记录(GET)
Last updated
Last updated
此API用于获取用户所有执行成功的交易记录
(请不要向任何人透露APIKey,如有遗失风险,请刷新)
{page} 0 / 1 / 2 ...
{size} 10 / 20 (max 20)
{chain} solana / ethereum / base / bsc / tron
{wallet} wallet address
{type} buy / sell
在分页类型的接口中, 通过返回值中的next字段, 作为下一页的查询参数(如果next == null, 意味着分页已经结束)
{
"err": false,
"res": [
{
"id": "n1v50h7dfkt0e1",
"timestamp": 1729830265,
"createAt": 1729830262521,
"configName": null,
"wallet": "wallet address",
"type": "buy",
"source": "swap_order",
"subSource": null,
"chain": "solana",
"pair": "9Tb2ohu5P16BpBarqd3N27WnkF51Ukfs8Z1GzzLDxVZW",
"totalUsd": 177.48,
"priceUsd": 0.001152,
"taxRate": 0,
"taxAmount": "0",
"dbotFeeRate": 0.005,
"dbotFee": "5000000",
"profit": 0,
"sendToken": {
"amount": "1000000000",
"info": {
"contract": "So11111111111111111111111111111111111111112",
"name": "Wrapped SOL",
"symbol": "SOL",
"decimals": 9,
"totalSupply": null,
"icon": "icon url",
"createAt": null
}
},
"receiveToken": {
"amount": "261325827",
"info": {
"contract": "CzLSujWBLFsSjncfkh59rUFqvafWcY5tzedWJSuypump",
"createAt": 1728554501806,
"name": "token name",
"symbol": "token symbol",
"decimals": 6,
"totalSupply": "1000000000000000",
"icon": "icon url",
"freezeAuthority": null,
"mintAuthority": null,
"tokenProgram": ""
}
},
"token": {
"balance": "261325827",
"info": {
"contract": "CzLSujWBLFsSjncfkh59rUFqvafWcY5tzedWJSuypump",
"createAt": 1728554501806,
"name": "token name",
"symbol": "token symbol",
"decimals": 6,
"totalSupply": "1000000000000000",
"icon": "icon url",
"freezeAuthority": null,
"mintAuthority": null,
"tokenProgram": ""
}
},
"links": {
"etherscan": "scan link",
"dexscreener": "dexscreener link",
"uniswap": "swap link"
}
}
],
"docs": "https://dbotx.com/docs"
}
id:任务id
timestamp:交易执行成功的时间
createAt:交易创建时间
wallet:钱包地址
type:交易类型,包括"buy"和"sell"
chain:链 (solana/ethereum/base/bsc/tron)
source:交易来源,"swap_order"表示来自快速买卖,"snipe_order"表示来自自动狙击,"limit_order"表示来自限价单,"follow_order"表示来自跟单
subSource:止盈止损来源,"follow_take_profit"表示来自跟单止盈,"follow_stop_loss"表示来自跟单止损,"swap_take_profit"表示来自快速买卖止盈,"swap_stop_loss"表示来自快速买卖止损
pair:交易对合约地址
totalUsd:本次交易的美元价值
priceUsd:代币价格
taxRate:代币税率
taxAmount:本次交易收取的税
dbotFeeRate:手续费率(根据会员等级进行区分)
dbotFee:本次交易收取的手续费
profit:交易利润
sendToken:发送的代币的信息
receiveToken:接收的代币的信息
token:本次交易的代币的信息
amount:发送 / 接收的代币数量
balance:代币余额
info:代币信息
contract:代币地址
createAt:代币创建时间
decimals:代币精度
totalSupply:代币总供应量
icon:代币icon URL
freezeAuthority:代币是否可冻结
mintAuthority:代币是否可mint
link:本次交易的相关链接
X-API-KEY可以在您的"控制台"中获取, 前往查看: