---
title: "Get wallet detail"
method: GET
path: "/api/v1/wallets/{slug}"
tags: ["Wallets"]
---

# Get wallet detail

`GET /api/v1/wallets/{slug}`

Full single-wallet profile including the grouped tag taxonomy: `categories` is a
list of `{group, tags[]}` where each tag has a slug, name and optional value.
`meta.top_score` is the highest score across all wallets.

## Response `200`

- object
  - `data` object
    - `id` integer
    - `slug` string
    - `name` string
    - `score` integer
    - `assets` integer
    - `pros` integer
    - `cons` integer
    - `price_model` string
    - `status` string
    - `released_at` string, nullable
    - `logo` string
    - `website` string
    - `categories` object[]
      - `group` string
      - `tags` object[]
        - `slug` string
        - `name` string
        - `value` string, nullable
  - `meta` object
    - `top_score` integer

## Other responses

- `404`

---

[API](https://skmtc.net/bitculator/apis/bitculator-data-api.md) · [All operations](https://skmtc.net/bitculator/apis/bitculator-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitculator/bitculator-data-api/revisions/ed1378af68b6/schema)
