API Integration
General guidelines on Beta's APIs.
Steps to Go Live:
1- Request integration keys in the "Integrations" menu on the dashboard.
2 -Point your integration to the production environment
live.betaapp.com
Once everything is set up, all orders in this environment are real orders and involve real coins.
For the sandbox environment, please get in touch with our support.
Header
For authentication, the Authorisation
header must be included in the request. The value consists of the auth scheme, Bearer
followed by the Access token:
Authorization: Bearer <Access token>
For requests that include a body, the Content-Type
header must specify that the body is JSON: Content-Type: application/json
Body
Parameters sent to Beta in the Body must be in JSON format and use UTF-8 encoding.
Last updated