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/{channelId}/transaction-id
Get Transaction Information
Method: get
Path: /restproxy/api/v2/channels/{channelId}/transactions/{transactionId}
Query a Chaincode
Method: post
Path: /restproxy/api/v2/channels/{channelId}/chaincode-queries
Send a Transaction
Method: post
Path: /restproxy/api/v2/channels/{channelId}/transactions