API Keys
Last updated
Last updated
In order to use our API directly first need to generate API Keys
In order to do so please Connect wallet and select option API Keys
to prove you are address owner.
Select API Keys once wallet is connected
Sign the text that includes your address and timestamp
Copy API key for the required domain
After you received and copied the API key you must add it in Authorization header like Authorization: Bearer xxxx
where xxxx is your API Key.
Content-Type
application/json
Authorization
Bearer xxxx
Rate limit is 20 request per minute, in case you get over the limit you would get value in seconds when you could retry the next request in Retry-After
or X-RateLimit-Reset
in response headers and error response in 429 status looking similar to that one:
{
error: "Rate limit exceeded", message: Slow down, try again in 22 seconds.
}