API Tokens

To access the Bitcoin Lab API service, you need a token. You can apply for a token here.

How to get an API token:

  1. Sign up, if you have not already.
  2. Log in.
  3. Select 'Generate New Token'.
  4. Copy the token and store it in a secure location.

Note: Requesting a new token will invalidate and replace the existing one.

Please log in to generate an API token.

Renewing your token via API

Near expiry, you can renew programmatically using your current token:

curl -X POST "/v2/auth/renew" \
        -H "Authorization: Bearer <current_token>"

Renewals are only allowed within the configured renewal window and before the absolute renewal deadline.

About tokens and user tiers

This token is personal, so do not share it. Most metrics (Tier 0) are accessible to everyone; however, certain limitations apply. More information on user tiers here. For access to higher tiers, please contact us at researchbitcoinnow@gmail.com.