---
title: "List available networks for a wallet destination"
method: GET
path: "/api/account/{walletId}/networks"
tags: ["Accounts"]
---

# List available networks for a wallet destination

`GET /api/account/{walletId}/networks`

Returns on-chain networks available for payouts to the specified wallet. Optionally filter by withdrawal currency.

## Path parameters

- `walletId` string, required

## Query parameters

- `currency` 'USDC' | 'EURC'

## Response `200`

List available networks for a wallet destination successful

- string[]

## Other responses

- `401` — Unauthorized - Invalid API key
- `404` — Wallet not found

---

[API](https://skmtc.net/inflowpay/apis/inflow-api.md) · [All operations](https://skmtc.net/inflowpay/apis/inflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/inflowpay/inflow-api/versions/3012dd3dd14a/schema)
