API Keys - Authentication
Abyiss API Keys and Authentication.
Last updated
Was this helpful?
Abyiss API Keys and Authentication.
Last updated
Was this helpful?
Before being able to make any requests, you must sign up and create an API Key via . After signing up you will be redirected to your dashboard where you can find your API Key.
The API Key will be randomly generated and provided by Abyiss. Sign up for free .
Once you receive your API Key, you have access to most of the API endpoints. You are subject to our .
You will need to be KYC-verified when using the octane endpoint. If you are not KYC-verified, you will receive a 403 Forbidden error.
You can pass your API Key in the URL Query, Header, or Body of a Request
We recommend passing your API Key within the header of the request, as it provides more security. The Abyiss Client Libraries automatically pass API Keys in the header of every request.
Below is an example of how to pass your API Key in the URL Query:
Below is an example of how to pass your API Key in the Header of a Curl Request:
Below is an example of how to pass your API Key in the Body of a Curl Request: