Authentication for API access

Our API endpoints require you to authenticate with a key, which requires a Bitbo Pro++ membership.

This article explains how to authenticate to access our API functionality.

Basic authentication

Here is an example API call using an API key:

curl -X 'GET' \'https://charts.bitbo.io/api/v1/mayer-multiple/?latest=true' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer YOUR KEY HERE'

Swagger UI

We also offer Swagger UI for our API, making it easy to test and see endpoints:

Generating an API token

To generate an API token, follow these steps:

  1. Make sure you have a Bitbo Pro++ account.

  2. Go to your profile page at https://charts.bitbo.io/profile/

  3. Agree to the API terms of service.

  4. After that, you'll receive your API key.

Was this helpful?