/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.
Authorizations
X-QKNTL-KEYstringRequired
Path parameters
dexstringRequiredExample:
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
sushiswaparbtokenstringRequiredExample:
The contract address of the token to be audited.
0x6d038130b9b379a373b1d33a29d5904ed1bb9026lptokenstringRequiredExample:
The liquidity pairing address for the token (or use default).
defaultResponses
200
Successful request and response.
application/json
400
Malformed parameters or other bad request.
application/json
403
Invalid endpoint requested
application/json
404
Invalid API Key
application/json
500
Internal error
application/json
get
/honeypot/{dex}/{token}/{lptoken}Last updated