API/ Holdings
Holdings
Read holdings for a party.
get/holdings/{partyId}
List holdings for a party (caller must be the party or a member of that multisig)
- Query
instrumentId · string — Filter to a single instrument. `CC` is accepted as an alias for `Amulet`.
- Responses
200 · ListHoldingsResponse — Party holdings (optionally filtered to a single instrumentId)400 · ApiError — Bad request401 · ApiError — Unauthorized403 · ApiError — Forbidden404 · ApiError — Not found500 · ApiError — Internal server error501 · ApiError — Not implemented