Fetch Account Details

Fetch account details of authenticated user on cheqd Studio.

Fetch custodian-mode client details.

get

This endpoint returns the custodian-mode client details for authenticated users.

Authorizations
Responses
200

The request was successful.

application/json
get
GET /account HTTP/1.1
Host: studio-api.cheqd.net
x-api-key: YOUR_API_KEY
Accept: */*
{
  "customer": {
    "customerId": "text",
    "name": "text"
  },
  "paymentAccount": {
    "mainnet": "text",
    "testnet": "text"
  }
}

Last updated

Was this helpful?