Transactions REST Endpoints

Application Operations/Hyperledger Fabric v2.5/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 an Async 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}
Get Transaction Scheduler Details
Method: get
Path: /restproxy/api/v2/channels/{channelName}/scheduleTransactions
Query a Chaincode
Method: post
Path: /restproxy/api/v2/channels/{channelName}/chaincode-queries
Schedule Transaction to Run
Method: post
Path: /restproxy/api/v2/channels/{channelName}/scheduleTransactions
Send a Transaction
Method: post
Path: /restproxy/api/v2/channels/{channelName}/transactions
Send an Async Transaction
Method: post
Path: /restproxy/api/v2/channels/{channelName}/transactions/async