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": "<string>",
    "salt": "<string>"
  }
}

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

Response

Registration payload

data
object