cURL
curl --request GET \ --url https://api.onchainden.com/api/v1/members/registrations/payload \ --header 'Authorization: Bearer <token>'
{ "data": { "messageToSign": "Register wallet for address 0xabc... with token: a1b2c3" } }
Returns the message to sign for member registration. This is the first step in the member registration flow for API members.
API key authentication. Include your API key in the Authorization header.
The wallet address to register
^0x[a-fA-F0-9]{40}$
Registration payload
Show child attributes