Create API Key
User
Create API Key
Generate a maker API key. The secret is returned once and works immediately.
POST
Create API Key
Generate a new API key for market-making. Authenticate with your Privy access token.
The key works immediately as a maker credential: send it as
X-API-Key on the quote-request stream and the REST quote endpoints. All quotes submitted with it are attributed to your account’s makerId.
In Convallax there is no separate market-maker role — any signed-in user can generate a key and begin quoting. Takers do not need a key at all; their authorization is the on-chain
fill().Authorizations
Privy access token from the Convallax dashboard, sent as Authorization: Bearer <jwt>.
Body
application/json
Optional label for the key.
Example:
"production-bot"
