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