/getsimilarexact
Quick Intel Security API /getsimilarexact/{chain}/{tokenAddress} returns the similar/exact contracts for a given token across all the chains supported by Quick Intel.
Returns the similar/exact contracts for a given token across all the chains supported by Quick Intel.
Authorizations
X-QKNTL-KEYstringRequired
Path parameters
chainstringRequiredExample:
The ID of the chain where the contract resides. For a list of supported chains and their IDs, please visit https://docs.quickintel.io/developers/api-supported-chains
arbitrumtokenAddressstringRequiredExample:
The contract address to be searched against.
0x6d038130b9b379a373b1d33a29d5904ed1bb9026Responses
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
/getsimilarexact/{chain}/{tokenAddress}Last updated