curl -X POST 'https://crypto-api.yativo.com/api/auth/token' \ -H 'Content-Type: application/json' \ -d '{ "api_key": "yativo_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "api_secret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" }'
{ "success": true, "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...", "token_type": "Bearer", "expires_in": 3600, "expires_at": "2026-03-28T11:00:00.000Z", "scopes": ["read", "write", "transactions"], "refresh_recommendation": { "refresh_before_seconds": 300, "auto_refresh_enabled": true } }
Exchange your API key and secret for a short-lived Bearer token used in all authenticated requests
yativo_
Authorization