Send an Asynchronous Transaction

post

/restproxy/api/v2/channels/{channelName}/transactions/async

Sends an asynchronous transaction. This improved version of the Send a Transaction endpoint relies on a rest proxy generated tracking ID instead of the Hyperledger Fabric transaction ID to track the transaction to completion, allowing for retries in additional commit failure scenarios.

Request

Supported Media Types
Path Parameters
Body ()
Request to invoke an asynchronous transaction
Root Schema : schema
Type: object
Show Source
Nested Schema : args
Type: array
Arguments for the chaincode
Show Source
Nested Schema : endorsers
Type: array
Endorsers for the chaincode
Show Source
Nested Schema : transientMap
Type: object
Additional Properties Allowed
Show Source
TransientMap for the chaincode
Back to Top

Response

Supported Media Types

202 Response

Successful operation for asynchronous transaction
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : result
Type: object
Show Source

400 Response

Bad request

401 Response

Not authorized

403 Response

Forbidden

404 Response

Invalid parameters

500 Response

Service unavailable
Back to Top