---
title: "Get Network Tokens"
method: GET
path: "/gateway/networks/{network_id}/tokens"
tags: ["Gateway"]
---

# Get Network Tokens

`GET /gateway/networks/{network_id}/tokens`

Get available tokens for a network.

Args:
    network_id: Network ID in format 'chain-network' (e.g., 'solana-mainnet-beta')
    search: Filter tokens by symbol or name

Example: GET /gateway/networks/solana-mainnet-beta/tokens?search=USDC

## Path parameters

- `network_id` string, required

## Query parameters

- `search` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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