Skip to main content
GET
/
v1
/
agents
/
me
curl https://xenarch.dev/v1/agents/me \
  -H "X-Wallet-Address: 0x1234...abcd"
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "wallet_address": "<string>",
  "name": "<string>",
  "created_at": "2023-11-07T05:31:56Z"
}
curl https://xenarch.dev/v1/agents/me \
  -H "X-Wallet-Address: 0x1234...abcd"

Notes

  • Also available via GET /v1/agents/wallet/{wallet_address} (public lookup)

Headers

x-wallet-address
string
required
Pattern: ^0x[0-9a-fA-F]{40}$

Response

Successful Response

id
string<uuid>
required
wallet_address
string
required
name
string | null
required
created_at
string<date-time>
required