---
title: "Get CEX token and coin balances"
method: GET
path: "/exchange/api/cexs/liquidity-pools/{poolAddress}/balances"
tags: ["exchange-external-api"]
---

# Get CEX token and coin balances

`GET /exchange/api/cexs/liquidity-pools/{poolAddress}/balances`

## Path parameters

- `poolAddress` string, required

## Query parameters

- `networkId` string

## Response `200`

Success

- object
  - `balances` LiquidityPoolBalanceDto[]
    - `networkId` string, required
    - `assetSymbol` string, required
    - `balance` string, required
    - `balanceInUsd` number
    - `tokenAddress` string
    - `isNative` boolean, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized request
- `500` — Server error

---

[API](https://skmtc.net/nestechops/apis/onboard-external-api-gateway.md) · [All operations](https://skmtc.net/nestechops/apis/onboard-external-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nestechops/onboard-external-api-gateway/revisions/76329919f8a7/schema)
