# List accounts `GET` `/api/v1/market-maps/{id}/accounts` Return every account with name, website, cluster assignment, score, and tier. Cluster names are resolved from the map's cluster metadata. ## Path parameters | Name | Type | Required | Description | |------|------|----------|-------------| | id | string | yes | UUID of the market map | ## Response `200 OK` — `application/json` | Field | Type | Description | |-------|------|-------------| | id | string | Account identifier | | name | string | Account name | | url | string | Account website URL | | cluster_id | integer | Cluster ID | | cluster_name | string | Cluster name | | score | number | Market map score | | tier | integer | Score tier (score_bin) | ## Errors | Status | Description | |--------|-------------| | 400 | Bad Request | | 403 | Forbidden | | 404 | Not Found |