API Key
Acquire API Keys
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.




Using API Key
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.
Name
Value
Content-Type
application/json
Authorization
Bearer xxxx
Limits
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.
}
Last updated