Cosmos gRPC & REST

Cosmos gRPC

CosVM provides gRPC endpoints for the complete range of integrated Cosmos SDK modules. This simplifies the interaction between wallets, block explorers, and the Proof-of-Stake logic, as well as enables seamless access to native Cosmos transactions and queries.

Cosmos HTTP REST (gRPC-Gateway)

gRPC-Gateway reads a gRPC service definition and generates a reverse-proxy server which translates RESTful JSON API into gRPC. With gRPC-Gateway, users can use REST to interact with the Cosmos gRPC service. See the list of supported gRPC-Gateway API endpoints using Swagger

Last updated