Last updated: February 27, 2026


1. Access and Approval

Before using the API:

  1. Register your business at https://crypto.yativo.com
  2. Request API approval by emailing [email protected]
  3. After approval, you receive an api_key and api_secret
  4. Use those credentials to generate a bearer token

For pricing and subscription fees, contact [email protected]


2. Base URL and Headers

URL
Dashboard https://crypto.yativo.com
API Base https://crypto-api.yativo.com/api

Required header:

Authorization: Bearer <access_token>

Recommended for financial writes:

Idempotency-Key: <unique-request-id>

3. Authentication

POST /auth/token

Request