Bearer authentication
Protected endpoints require an API key passed as a bearer token:Obtaining a key
API keys are created through a wallet-signed onboarding flow. The wallet that applies becomes the owner of the integrator profile and the fee-recipient wallet. See Integrator Onboarding for the full flow. The raw key is shown only once at creation, so store it securely when it is returned.Scopes
A key is issued with one or more scopes that determine which endpoints it can call:| Scope | Grants |
|---|---|
| quote:read | Request quotes. |
| swap:create | Submit gasless swaps to the relayer. |
| swap:integrator | Apply an integrator fee to quotes. |
