/
/CC Tools Demo
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1mo ago
Basic Operations13
  • postExecutes transaction txName and writes the result to the blockchain.
  • postExecutes transaction txName and returns only the result, without writing it to the blockchain.
  • getRetrieves information about the chaincode.
  • getRequests the list of defined transactions.
  • postGets the description of a specific transaction.
  • getSearches the list of existing assets.
  • postGets the description of a specific asset type.
  • postCreate asset on the blockchain
  • postReads an asset from the blockchain using its primary key.
  • postReads the history of an asset from the blockchain using its primary key.
  • postSearches the blockchain world state using CouchDB rich queries
  • putUpdates an existing asset
  • deleteDeletes an existing asset
Blockchain5
Select Channel and Chaincode13
    Basic Operations

    Reads an asset from the blockchain using its primary key.

    post/query/readAsset

    Request body

    keyobject

    Response

    OK

    Changes