The shared key model
Coins is an extension of the Daya API, so it does not have its own key-issuance flow. You authenticate Coins requests with the same Daya API key you use for the rest of the Daya API — the same key, the same header, the same dashboard.Issue and manage your Daya API keys in the Daya dashboard. When you create or edit a key, grant it the Coins scopes your integration needs. There is no separate Coins key to request.
X-API-Key header on every request:
Coins scopes
A Daya API key carries scopes. To call Coins endpoints, the key must include the matching Coins scope:Making an authenticated request
Error responses
Coins uses the standard Daya response envelope:{ success, message?, data?, error?, timestamp }.
401 Unauthorized
Missing or invalid API key:403 Forbidden
The key is valid but is missing the required Coins scope:Next steps
Quickstart
Your first authenticated call, end to end.
Concepts
Balances, quotes, orders, and withdrawals.