---
title: "Get escrow balance for a wallet."
method: GET
path: "/wallets/{wallet_address}/escrow_balance"
tags: ["wallets"]
---

# Get escrow balance for a wallet.

`GET /wallets/{wallet_address}/escrow_balance`

## Path parameters

- `wallet_address` string, required

## Response `200`

success response

- EscrowBalance
  - `buyerEscrow` string, required
  - `balance` number, double, required

## Other responses

- `400` — Wallet not found

---

[API](https://skmtc.net/magiceden/apis/magic-eden-api.md) · [All operations](https://skmtc.net/magiceden/apis/magic-eden-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/magiceden/magic-eden-api/revisions/66028b292693/schema)
