cURL
curl --request GET \ --url https://api.onchainden.com/api/v1/members/registrations/payload \ --header 'Authorization: Bearer <token>'
{ "data": { "messageToSign": "<string>", "salt": "<string>" } }
Get the message to sign for member registration.
API key authentication. Include your API key in the Authorization header.
The wallet address to register
Registration payload
Show child attributes