Bitso Private API
Authenticated account and trading endpoints.
Bitso Private API is one of 5 APIs that Bitso publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Private. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.
This API exposes 8 operations across 7 paths, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version 3.
Requests are made against 2 base URLs: https://bitso.com, https://stage.bitso.com.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 1
Bitso Private API declares
1 security scheme
for authenticating requests.
An API key is passed in the header as Authorization (bitsoAuth).
By default, every request must be authenticated.
bitsoAuth— Bitso HMAC scheme. Send Authorization: Bitso : : where signature is HMAC-SHA256(secret, nonce + method + path + body).
Paths & Operations 8
Across 7 paths, the API surfaces 8 operations — 1 DELETE, 6 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.
Authenticated account and trading endpoints.
Schemas 2
The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are PlaceOrderRequest (8 properties), SuccessEnvelope (2 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Bitso 4
Other APIs Bitso publishes across the network.