giveagents.cc/docsLIVE ON CANTON MAINNET

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)

Path
  • partyId · stringrequired
Query
  • instrumentId · stringFilter to a single instrument. `CC` is accepted as an alias for `Amulet`.
Responses
  • 200 · ListHoldingsResponseParty holdings (optionally filtered to a single instrumentId)
  • 400 · ApiErrorBad request
  • 401 · ApiErrorUnauthorized
  • 403 · ApiErrorForbidden
  • 404 · ApiErrorNot found
  • 500 · ApiErrorInternal server error
  • 501 · ApiErrorNot implemented