---
title: "Get Supported Master Wallets"
method: GET
path: "/v1/gateway/wallets"
tags: ["Gateway"]
---

# Get Supported Master Wallets

`GET /v1/gateway/wallets`

This endpoint retrieves the details of wallets associated with gateway.

## Query parameters

- `limit` string
- `page` string

## Response `200`

200

- object
  - `data` object[]
    - `address` string
    - `assets` object[]
      - `asset` object
        - `address` string
        - `createdAt` string
        - `currency` string
        - `decimals` number
        - `id` string
        - `isActive` boolean
        - `isNative` boolean
        - `logoUrl` string
        - `name` string
        - `network` string
        - `standard` unknown
        - `symbol` string
        - `updatedAt` string
      - `createdAt` string
      - `id` string
      - `isActive` boolean
      - `updatedAt` string
    - `balance` string
    - `blockchain` object
      - `createdAt` string
      - `derivationPath` string
      - `id` string
      - `isActive` boolean
      - `isEvmCompatible` boolean
      - `isL2` boolean
      - `logoUrl` string
      - `name` string
      - `slug` string
      - `symbol` string
      - `tokenStandard` string, nullable
      - `updatedAt` string
    - `configurations` object, nullable
    - `convertedBalance` string
    - `createdAt` string
    - `derivationPath` string
    - `description` string
    - `id` string
    - `isActive` boolean
    - `name` string
    - `network` string
    - `status` string
    - `updatedAt` string
  - `message` string
  - `statusCode` number

---

[API](https://skmtc.net/blockradar/apis/blockradar-documentation.md) · [All operations](https://skmtc.net/blockradar/apis/blockradar-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockradar/blockradar-documentation/revisions/97f95b4cfc0d/schema)
