/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.
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
sushiswaparbThe contract address of the token to be audited.
0x6d038130b9b379a373b1d33a29d5904ed1bb9026The liquidity pairing address for the token (or use default).
defaultSuccessful request and response.
Indicates if the contract is a honeypot.
falseReturns the current buy tax.
1Returns the current sell tax.
1Returns the current transfer tax.
0Indicates if the contract has a trading cooldown between buy and sell transactions for wallets.
trueReturns the sell tax in the case the contract has a trading cooldown.
1Returns the gas used for the buy.
1Returns the gas used for the sell.
1The maximum tokens allowed in a single transaction.
10000000The maximum percentage of tokens allowed in a single transaction.
nullThe maximum tokens a single wallet is allowed to move in a single transaction.
20000000The maximum tokens a single wallet is allowed to contain.
20000000The maximum percentage of tokens a single wallet is allowed to contain.
2The name of the contract
Sample TokenThe symbol of the contract/token.
SMPLTKNThe number of decimal places the contract uses.
18The current token owner's address.
0x0000000000000000000000000000000000000000The total token supply.
1000000000The amount of supply that has been burned.
100000The token symbol of the LP
SLPThe 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.
0x8616B44b734817a2C954016A57CF2c4D72D6f839The liquidity pairing supply for the token.
34782.40093The percent of the LP that is burned.
99.94Returns the price impact of the transaction.
0.1Indicates if there was a problem with the test buy/sell.
trueLists the description of the issue if problem = true.
Liquidity low or problem with the purchase!Malformed parameters or other bad request.
Invalid endpoint requested
Invalid API Key
Internal error
Last updated