API Authentication
Last updated
Was this helpful?
Last updated
Was this helpful?
All API requests are made to the base URL:
200 (Successful)
Returned when the request is successful
400 (Bad Request)
Invalid request and the server could not process the user's request
401 (Unauthorized)
Invalid API key for the requested resource by the user
423 (Too many requests)
Likely indicating that the rate limit has reached
DappLooker’s API uses query string parameters for authentication. You must append your API key to the request URL as follows:
Method: Query String Parameter
api_key
string
Your unique API key.
ecosystem
string
Ecosystem you are looking to query token for. Possible value - solana
token_addresses
string
Comma separated token address, you want metainfo for.
page
integer
Page number
Key Name: api_key
To get access to your API key, please contact the DappLooker team and request an invoice.
Rate Limit: 100 calls per minute.
Can be configured based on subscription tier you chose