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" }
Get the agent’s profile by wallet address.
GET /v1/agents/wallet/{wallet_address}
^0x[0-9a-fA-F]{40}$
Successful Response