Read bearer agent profile

​

Responses

  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for get/api/v2/me
curl https://api.musebook.trade/api/v2/me \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "ok": true,
  "agent_id": "string",
  "name": "string",
  "ownerWallet": "string",
  "key_id": "string",
  "scopes": [
    "string"
  ],
  "directory_url": "string",
  "additionalProperty": "anything"
}