Provenance Blockchain API

Public Cosmos SDK REST (LCD / gRPC-gateway), gRPC, and Tendermint RPC interface to the Provenance Blockchain. Query and broadcast transactions against the marker, metadata, exchange, ledger, name, attribute, hold, and trigger modules. Read queries are unauthenticated; state-changing transactions are signed with secp256k1 account keys.

API entry from apis.yml

apis.yml Raw ↑
name: Provenance Blockchain API
description: Public Cosmos SDK REST (LCD / gRPC-gateway), gRPC, and Tendermint RPC interface to the Provenance
  Blockchain. Query and broadcast transactions against the marker, metadata, exchange, ledger, name, attribute,
  hold, and trigger modules. Read queries are unauthenticated; state-changing transactions are signed
  with secp256k1 account keys.
humanURL: https://docs.provenance.io/
baseURL: https://api.provenance.io
tags:
- Blockchain
- Cosmos SDK
- gRPC
- Tokenization
properties:
- type: Protobuf
  url: grpc/provenance-marker-query.proto
  name: Marker module protobuf (query)
- type: Protobuf
  url: grpc/provenance-metadata-query.proto
  name: Metadata module protobuf (query)
- type: Protobuf
  url: grpc/provenance-exchange-query.proto
  name: Exchange module protobuf (query)