giveagents.cc/docsLIVE ON CANTON MAINNET

sdk.transactions

Read transactions and request prepared submissions. The prepare/* endpoints take intent fields and return a PreparedSubmission you verify and sign.

MethodEndpointDescription
listGET /transactionsList queued transactions, filterable by multisig and status.
resolveGET /transactions/resolveResolve by command id or other identifiers.
getGET /transactions/{transactionId}Fetch one transaction with its tree and current signatures.
getStatusGET /transactions/{transactionId}/statusLightweight status check.
cancelPOST /transactions/{transactionId}/cancelCancel a queued transaction before threshold.
prepareTransferInstructionPOST /prepare/transfer-instructionPrepare a transfer.
prepareTransferInstructionAcceptPOST /prepare/transfer-instruction-acceptPrepare acceptance of an incoming TransferInstruction.
prepareBulkTransferPOST /prepare/bulk-transferPrepare a single command containing many transfers.
prepareBulkTransferSetupPOST /prepare/bulk-transfer-setupPrepare bulk-transfer prerequisites.
preparePreapprovalPOST /prepare/preapprovalPrepare a transfer-preapproval grant.
preparePreapprovalRevokePOST /prepare/preapproval-revokePrepare revocation of a preapproval.
prepareAutoMergePOST /prepare/auto-mergePrepare an auto-merge delegation.
prepareAutoMergeRevokePOST /prepare/auto-merge-revokePrepare revocation of an auto-merge delegation.