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 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