API/ TransferInstructions
TransferInstructions
Discover incoming and outgoing TransferInstruction contract ids you can act on.
get/transfer-instructions/{partyId}
List transfer instructions for a party (caller must be the party or a member of that multisig)
- Query
direction · string — incoming = party is receiver; outgoing = party is sender; all = both
- Responses
200 · ListTransferInstructionsResponse — Transfer instructions filtered by direction400 · ApiError — Bad request401 · ApiError — Unauthorized403 · ApiError — Forbidden404 · ApiError — Not found500 · ApiError — Internal server error501 · ApiError — Not implemented