Trading Records (GET)
Trading Records
This API is used to get all successfully executed transactions by the user
URL
Header: X-API-KEY
(Please do not disclose your API Key to anyone. If you are at risk of losing it, please refresh it.)
Parameters
Notes
X-API-KEY can be obtained in your "Dashboard", go to check: Dashboard
In the paging type interface, use the next field in the return value as the query parameter for the next page (if next == null, it means that paging has ended)
Results
Response Parameters
id: Task id
timestamp: Time of successful transaction execution
createAt: Transaction creation time
wallet: Wallet address
type: Transaction type, including “buy” and “sell”
chain: Blockchain (solana/ethereum/base/bsc/tron)
source: Source of the trade: “swap_order” means from fast buy / sell, “snipe_order” means from auto sniper, “limit_order” means from limit order, “follow_order” means from copy trading
subSource: Source of take profit and stop loss: “follow_take_profit” means take profit from copy trading, “follow_stop_loss” means stop loss from copy trading, “swap_take_profit” means take profit from fast buy / sell, and “swap_stop_loss” means stop loss from fast buy / sell
pair: Trading pair address
totalUsd: Dollar value of this transaction
priceUsd: Token price (USD)
taxRate: Token tax rate
taxAmount: Taxes charged for this transaction
dbotFeeRate: Trading fee rate (differentiated according to membership level)
dbotFee: Trading fee charged for this transaction
profit: Trading profit
sendToken: Sent token information
receiveToken: Received token information
token: Token information for this transaction
amount: Sent / received token amount
balance: Token balance
info: Token information
contract: Token address
createAt: Token creation time
decimals: Token decimals
totalSupply: Total token supply
icon: Token icon URL
freezeAuthority: Is the token freezeable
mintAuthority: Is the token mintable
link: Related links for this transaction
Last updated