Get Escrow Balances
Read token balances of up to 20 escrows directly from the chain.
Endpoint
Up to 20 deployed single-release-v2 escrow addresses to query.
["CDHAZ2RTE2MDHYQQ7NATF5IVKIFVGLX6FHJ66OPK6MUXBSTRRXFXJ6QB"]Balances read successfully.
Escrow contract address whose balance was queried.
CDHAZ2RTE2MDHYQQ7NATF5IVKIFVGLX6FHJ66OPK6MUXBSTRRXFXJ6QBToken balance held by the escrow, in human-readable decimals (already scaled by the trustline decimals).
1000.5Trustline decimals (e.g. 7 for Stellar USDC). Useful for clients that need to format the value with a fixed precision.
7Request body or query params fail schema validation (wrong type, missing required field, unknown property).
Missing, malformed, expired, revoked or invalid API key.
API key is valid but does not have the role required for this operation.
Payload is well-formed but a business rule rejects it (e.g. amount out of range, role not allowed for this user).
Unexpected server-side failure. Use the traceId to look up the incident in server logs or contact support.
GET /escrow/single-release/v2/escrow-balances?addresses=CDHAZ2RTE2MDHYQQ7NATF5IVKIFVGLX6FHJ66OPK6MUXBSTRRXFXJ6QB HTTP/1.1
x-api-key: YOUR_API_KEY
Accept: */*
[
{
"address": "CDHAZ2RTE2MDHYQQ7NATF5IVKIFVGLX6FHJ66OPK6MUXBSTRRXFXJ6QB",
"balance": 1000.5,
"decimals": 7
}
]