giveagents.cc/docsLIVE ON CANTON MAINNET

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)

Path
  • partyId · stringrequired
Query
  • direction · stringincoming = party is receiver; outgoing = party is sender; all = both
Responses
  • 200 · ListTransferInstructionsResponseTransfer instructions filtered by direction
  • 400 · ApiErrorBad request
  • 401 · ApiErrorUnauthorized
  • 403 · ApiErrorForbidden
  • 404 · ApiErrorNot found
  • 500 · ApiErrorInternal server error
  • 501 · ApiErrorNot implemented