Authentication
Last updated
Was this helpful?
Last updated
Was this helpful?
To authenticate your request, you will need to provide an authentication token with the required permissions. You can request an authentication token .
After creating a token, you can authenticate your request by sending the token in the X-BANKLESS-TOKEN
header of your request. For example, in the following request, replace YOUR-TOKEN
with a reference to your token:
You can validate your token performing by visiting the authentication endpoint.
This will result in the id of your token, as well as your current permission. Available permissions:
CLAIMABLES
QUESTS
A default rate limit of 300 calls per minute is enforced on a per key basis. On every authenticated request, the x-ratelimit-remaining header is returned. The header indicates how many requests you still have remaining for the minute.