canton-network-docs/Ledger APIOpenAPI
POST /v2/commands/submit
POST /v2/commands/submit-and-wait-for-transaction
cURL
POST
POST /v2/commands/submit-and-wait-for-transaction
cURL
Authorizations
httpAuthapiKeyAuth
Ledger API standard JWT token
Body
application/json
These commands are executed as a single atomic transaction.
The commands to be submitted.
Required
Show child attributes
Show child attributes
If no transaction_format is provided, a default will be used where transaction_shape is set to
TRANSACTION_SHAPE_ACS_DELTA, event_format is defined with filters_by_party containing wildcard-template
filter for all original act_as and read_as parties and the verbose flag is set.
Optional
Show child attributes
Show child attributes
Response
200
application/json
The transaction that resulted from the submitted command. The transaction might contain no events (request conditions result in filtering out all of them).
Required
Show child attributes
Show child attributes