---
title: "EscrowAddress queries the escrow address for a given standard wallet address."
method: GET
path: "/haqq/ucdao/v1/escrow_address/{address}"
tags: ["Query"]
---

# EscrowAddress queries the escrow address for a given standard wallet address.

`GET /haqq/ucdao/v1/escrow_address/{address}`

## Path parameters

- `address` string, required

## Response `200`

A successful response.

- HaqqUcdaoV1QueryEscrowAddressResponse — QueryEscrowAddressResponse is the response type for the Query/EscrowAddress RPC method.
  - `escrowAddress` string — escrow_address is the escrow address for the given standard wallet address.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/haqq-network/apis/haqq-network-grpc-api.md) · [All operations](https://skmtc.net/haqq-network/apis/haqq-network-grpc-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haqq-network/haqq-network-grpc-api/revisions/2d0419923f40/schema)
