v1

latestOpenAPI 3.0.32026-07-267278168.1 KB
Auth

Complete SIWE Address Book Challenge

Complete the signed challenge to add a withdrawal address.

post/v1/auth/erc-4361/address_book/complete_challenge

Request body

idstring required

The ID of the challenge

signaturestring required

The signed challenge proving wallet ownership

addressLabelstring

Optional label for the withdrawal address

Example request

{
  "id": "chg_ab12cd34ef56",
  "signature": "d5ee68784479z8n5utzebecfbd6926a89d7e24e9z5nut313611186z0da4206be4e57b809cbb3372d52b865bda7f372ea0808286009e572a66c8ab717cf85cdbc1b",
  "addressLabel": "My Ledger Nano X"
}

Response

Result

successboolean required

Whether the request was successful

errorstring

Error message, present only on failure

error_codestring

Semantic error code. See each endpoint's error responses for the specific codes it can return.

deprecatedstring

Deprecation notice, if applicable

Example response

{
  "success": true
}