Auth

Register a signer for a child account

Register a signing wallet for a child account.

This endpoint allows a parent account to register a signer for one of its child accounts. The parent account must be authenticated and provide signatures from both the parent account and the signer wallet.

Requires authentication.

POST
/auth/child-accounts/signers

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