Skip to main content
GET
/
members
/
registrations
/
payload
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"
  }
}

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header.

Query Parameters

walletAddress
string
required

The wallet address to register

Pattern: ^0x[a-fA-F0-9]{40}$

Response

Registration payload

data
object
required