Fast Buy & Sell Records (GET)
Fast Buy & Sell Records
This API is used to get the user's all fast buy & sell records
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
state: Transaction state (init/processing/done/fail/expired)
chain: Blockchain (solana/ethereum/base/bsc/tron)
wallet: Wallet address
type: Transaction type, including “buy” and “sell”
pair: Trading pair address
dbotFeeRate: Trading fee rate (differentiated according to membership level)
dbotFee: Trading fee charged for this transaction
errorCode: Error code
errorMessage: Reason for error
send: Sent token information
receive: Received token information
tax: Token tax information
amount: Sent / received token amount
rate (tax): Token tax rate
amount (tax): Taxes charged for this transaction
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