Auth

Create an additional API key for an existing signer

Create a new API key pair for an already registered signer.

This endpoint generates additional API credentials (key and secret) for a user who has previously registered a signing wallet. The new API key will be associated with the authenticated user's existing signer configuration. Use the is_read_only flag to restrict the key to read-only operations if needed.

Requires authentication.

POST
/auth/api-keys

Authorization

ApiKeyAuth ApiSignatureAuth ApiTimestampAuth
x-api-key<token>

API key for authentication

In: header

x-api-signature<token>

HMAC-SHA256 signature: base64(HMAC(timestamp + method + path + body, secret))

In: header

x-api-timestamp<token>

Unix timestamp in seconds

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json