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.
Authorization
ApiKeyAuth ApiSignatureAuth ApiTimestampAuth API key for authentication
In: header
HMAC-SHA256 signature: base64(HMAC(timestamp + method + path + body, secret))
In: header
Unix timestamp in seconds
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json