---
title: "Discover Options"
method: GET
path: "/v2/wallets/{id}/virtual-accounts/discovery"
tags: ["Virtual Accounts V2"]
---

# Discover Options

`GET /v2/wallets/{id}/virtual-accounts/discovery`

Returns the virtual account options available for the selected currency and provider context.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `provider` string

## Response `200`

Successful response.

- VirtualAccountDiscoveryResponse
  - `statusCode` integer, required
  - `message` string, required — Human-readable result.
  - `data` VirtualAccountDiscoveryResult, required
    - `assets` VirtualAccountDiscoveryAssetGroup[], required
      - `asset` VirtualAccountDiscoveryAsset, required
        - `id` string, uuid, required
        - `symbol` string, required
        - `name` string, required
        - `logoUrl` string, nullable
        - `blockchain` VirtualAccountDiscoveryAssetBlockchain
          - `id` string, uuid
          - `name` string
          - `symbol` string
          - `slug` string
          - `tokenStandard` string, nullable
          - `logoUrl` string, nullable
      - `currencies` string[], required — ISO 4217 codes for fiat currencies supported by this asset.
    - `currencies` object, required — Currency metadata keyed by ISO 4217 currency code.

---

[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)
