Transactions REST Endpoints
Application Operations/Transactions
Use these operations to query and invoke chaincode transactions.
- Get a New Transaction ID and Nonce
- Method: getPath:
/restproxy/api/v2/channels/{channelId}/transaction-id - Get Transaction Information
- Method: getPath:
/restproxy/api/v2/channels/{channelId}/transactions/{transactionId} - Query a Chaincode
- Method: postPath:
/restproxy/api/v2/channels/{channelId}/chaincode-queries - Send a Transaction
- Method: postPath:
/restproxy/api/v2/channels/{channelId}/transactions