Skip to main content
GET
/
environments
/
{environmentId}
/
analytics
/
walletsBreakdown
Get analytics wallets breakdown data
curl --request GET \
  --url https://app.dynamicauth.com/api/v0/environments/{environmentId}/analytics/walletsBreakdown \
  --header 'Authorization: Bearer <token>'
{
  "breakdown": {
    "allTime": [
      {
        "walletNameDisplay": "<string>",
        "nWallets": 123
      }
    ],
    "inRange": [
      {
        "walletNameDisplay": "<string>",
        "nWallets": 123
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Path Parameters

environmentId
string
required
Required string length: 36
Example:

Query Parameters

start
string
required
end
string
required
chain
string
required

Response

breakdown
object
required