Skip to main content
GET
/
members
/
{memberId}
cURL
curl --request GET \
  --url https://api.onchainden.com/api/v1/members/{memberId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "mem_123",
    "name": "Alice",
    "type": "user",
    "walletAddress": "0xabc...",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.mls.onchainden.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

memberId
string
required

The unique identifier of the member

Response

Member details

data
object
required