/honeypot (by Dex & LP)
Quick Intel Security API /honeypot/{dex}/{token}/{lptoken} returns the honeypot and taxes information for a given dex + contract + LP token.
Last updated
Quick Intel Security API /honeypot/{dex}/{token}/{lptoken} returns the honeypot and taxes information for a given dex + contract + LP token.
Last updated
For the most up-to-date API info, please use these links...
Official API Documentation: https://developer.quickintel.io/apis
API Subscription Information: https://developer.quickintel.io/products
API Authentication information can be found here: API Authentication
Returns the honeypot/taxes information for a given dex + contract + LP token.
The ID of the dex where the liquidity resides. For a list of supported dexes and their IDs, please visit https://docs.quickintel.io/developers/api-supported-chains
"sushiswaparb"
The contract address of the token to be audited.
"0x6d038130b9b379a373b1d33a29d5904ed1bb9026"
The liquidity pairing address for the token (or use default).
"default"
Successful request and response.
Indicates if the contract is a honeypot.
"false"
Returns the current buy tax.
"1"
Returns the current sell tax.
"1"
Returns the current transfer tax.
"0"
Indicates if the contract has a trading cooldown between buy and sell transactions for wallets.
"true"
Returns the sell tax in the case the contract has a trading cooldown.
"1"
Returns the gas used for the buy.
"1"
Returns the gas used for the sell.
"1"
The maximum tokens allowed in a single transaction.
10000000
The maximum percentage of tokens allowed in a single transaction.
"null"
The maximum tokens a single wallet is allowed to move in a single transaction.
20000000
The maximum tokens a single wallet is allowed to contain.
20000000
The maximum percentage of tokens a single wallet is allowed to contain.
"2"
The name of the contract
"Sample Token"
The symbol of the contract/token.
"SMPLTKN"
The number of decimal places the contract uses.
"18"
The current token owner's address.
"0x0000000000000000000000000000000000000000"
The total token supply.
1000000000
The amount of supply that has been burned.
100000
The token symbol of the LP
"SLP"
The liquidity pairing address for the token. Note that depending on which endpoint you use, you will receive either the first LP found or a list of all LPs.
"0x8616B44b734817a2C954016A57CF2c4D72D6f839"
The liquidity pairing supply for the token.
34782.40093
The percent of the LP that is burned.
"99.94"
Returns an array of all dexes on this chain along with any LP locks that were found, including the locker, amount, dates and percentage. For a list of supported dexes and their IDs, please visit https://docs.quickintel.io/developers/api-supported-chains
Returns the price impact of the transaction.
"0.1"
Indicates if there was a problem with the test buy/sell.
"true"
Lists the description of the issue if problem = true.
"Liquidity low or problem with the purchase!"