v1
latestOpenAPI 3.0.32026-07-267278168.1 KBAuth
Get SIWE Address Book Challenge
Get a Sign-In with Ethereum challenge for adding a withdrawal address.
post/v1/auth/erc-4361/address_book/get_challenge
Request body
Example request
{
"walletAddress": "0x505D602729B932959935C1efd350Cea74527d3D1",
"chainId": "43114",
"withdrawalAddress": "0x054A94b753CBf65D1Bc484F6D41897b48251fbfF"
}Response
Challenge for signing
Example response
{
"success": true,
"result": {
"id": "abc123"
}
}