---
title: "Get the withdraw and deposit rates of IBC tokens"
method: GET
path: "/api/v1/ibc/token-flows"
---

# Get the withdraw and deposit rates of IBC tokens

`GET /api/v1/ibc/token-flows`

## Query parameters

- `tokenAddress` integer

## Response `200`

List of IBC tokens and their withdraw and deposit rates

- IbcTokenFlow[]
  - `tokenAddress` string, required
  - `withdraw` number, required
  - `deposit` number, required

---

[API](https://skmtc.net/namada-net/apis/namada-interface-indexer-rest-api.md) · [All operations](https://skmtc.net/namada-net/apis/namada-interface-indexer-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/namada-net/namada-interface-indexer-rest-api/versions/89e2cef092d6/schema)
