Transactions REST Endpoints

Application Operations/Transactions
Use these operations to query and invoke chaincode transactions.
Get a New Transaction ID and Nonce
Method: get
Path: /restproxy/api/v2/channels/{channelName}/transaction-id
Get Response of Asynchronous Transaction
Method: get
Path: /restproxy/api/v2/channels/{channelName}/transactions/async/{trackingID}
Get Transaction Information
Method: get
Path: /restproxy/api/v2/channels/{channelName}/transactions/{transactionId}
Query a Chaincode
Method: post
Path: /restproxy/api/v2/channels/{channelName}/chaincode-queries
Send a Transaction
Method: post
Path: /restproxy/api/v2/channels/{channelName}/transactions
Send an Asynchronous Transaction
Method: post
Path: /restproxy/api/v2/channels/{channelName}/transactions/async