read, trade, and withdraw.
- Sessions (bearer tokens from
POST /auth/login) carry all three. - API keys carry exactly the scopes named at mint time, capped at the minting credential’s own scopes. A key never gains scopes later; mint a new key.
- Websocket tickets minted from a session carry
readonly; tickets minted with an HMAC-signed request (POST /auth/ws-ticket/signed) inherit the key’s scopes.
403.