Skip to main content
GET
/
v1
/
onboarding
/
me
Me
curl --request GET \
  --url https://api.example.com/v1/onboarding/me
{
  "user_id": "<string>",
  "wallet_address": "<string>",
  "custody": "user-owned",
  "scope": {
    "allowed_actions": [
      "<string>"
    ],
    "withdraw_allowlist": [
      "<string>"
    ],
    "revoked": true
  }
}

Headers

authorization
string | null

Response

Successful Response

user_id
string
required
wallet_address
string
required
custody
string
default:user-owned
scope
MeScope · object