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/{channelName}/transaction-id
- Get Response of Asynchronous Transaction
- Method: getPath:
/restproxy/api/v2/channels/{channelName}/transactions/async/{trackingID}
- Get Transaction Information
- Method: getPath:
/restproxy/api/v2/channels/{channelName}/transactions/{transactionId}
- Query a Chaincode
- Method: postPath:
/restproxy/api/v2/channels/{channelName}/chaincode-queries
- Send a Transaction
- Method: postPath:
/restproxy/api/v2/channels/{channelName}/transactions
- Send an Asynchronous Transaction
- Method: postPath:
/restproxy/api/v2/channels/{channelName}/transactions/async