---
title: "GET /app-fees/{wallet}/balances"
method: GET
path: "/app-fees/{wallet}/balances"
---

# GET /app-fees/{wallet}/balances

`GET /app-fees/{wallet}/balances`

## Path parameters

- `wallet` string, required

## Headers

- `x-api-key` string

## Response `200`

Default Response

- object
  - `balances` object[] — An array of app fee balances across multiple currencies
    - `currency` object
      - `chainId` number
      - `address` string
      - `symbol` string
      - `name` string
      - `decimals` number
      - `metadata` object
        - `logoURI` string
        - `verified` boolean
        - `isNative` boolean
    - `amount` string
    - `amountFormatted` string
    - `amountUsd` string
    - `minimumAmount` string
  - `totalBalanceUsd` number — Total app fee balance in USD across all currencies.
  - `outstandingFastFillBalanceUsd` number — Outstanding fast fill balance in USD that has not yet settled. This amount is deducted from the available collateral for new fast fills and claims.
  - `availableBalanceUsd` number — Total balance minus outstanding fast fill balance. The effective collateral available for new fast fills and claims.

## Other responses

- `400` — Default Response

---

[API](https://skmtc.net/relay/apis/cross-chain-solver.md) · [All operations](https://skmtc.net/relay/apis/cross-chain-solver/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/relay/cross-chain-solver/revisions/428d669c2830/schema)
