Developer tools
Permission scopes
A credential receives a fixed set of scopes. An endpoint rejects a credential missing the required scope with A003 / 403.
| SCOPE | CAPABILITY | STATUS |
|---|---|---|
meta:read | Check the connection with /ping | Live |
market:read | Read the Cru bid book | Live |
bids:read | Read your own bids | Reserved |
bids:write | Place and cancel your bids | Reserved |
offers:read | Read your own offers | Reserved |
offers:write | Make and cancel your offers | Reserved |
orders:write | Execute against the book | Reserved |
trades:read | Read your own trades | Reserved |
wines:read | Read wine reference data | Reserved |
webhooks:manage | Manage webhook subscriptions | Reserved |
Reserved scopes do not enable planned endpoints
The scope names are declared in the reference, but the corresponding trading and webhook endpoints are still to be implemented.