Expand description
§Description
bitsors
is a wrapper for the Bitso API. So far
it includes most of the functionality of the public
and private API endpoints, plus support for the WebSocket API
Disclaimer: Some of the functionality for the private API is not covered in this wrapper.
Uncovered sections:
- Mobile Phone Number Registration
- Mobile Phone Number Verification
§Getting started
§Authorization
No authorization is needed for the public API. However, the private API
needs authorization as indicated in the official API documentation.
The wrapper takes care of the authentication method. To be able to use
the private API functionality, therefore, you only need to set your
API key and secret variables in a .env
file, export them directly
to your environment variables or supply them in-line through the
BitsoCredentials
’ api_key
and api_secret
methods.
§Examples
For more detailed information on how to use this wrapper, you could see the examples, which hold detailed use-cases.