Log In

After getting your API key (schedule a demo with us to receive one), make sure to include an Authorization header set to "Bearer YOUR_KEY" in all requests.

Here's an example of such a request:

curl --request GET \
     --url https://contora.ai/api2.0/crypto/tickers/ \
     --header 'Authorization: Bearer YOUR_KEY' \
     --header 'accept: application/json'