You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Marko eec6d33e14 remove mentions of go-wire (#3904) 5 years ago
..
types Renamed wire.go to codec.go (#3827) 5 years ago
README.md rpc: Improve slate for Jenkins (#2070) 6 years ago
abci.go limit number of /subscribe clients and queries per client (#3269) 5 years ago
blocks.go docs: update /block_results RPC docs (#3708) 5 years ago
blocks_test.go rpc: fix /blockchain OOM #2049 6 years ago
consensus.go Fixes tendermint/tendermint#3522 5 years ago
dev.go limit number of /subscribe clients and queries per client (#3269) 5 years ago
doc.go 2582 Enable CORS on RPC API (#2800) 6 years ago
doc_template.txt generate md for Slate 7 years ago
events.go abci: Refactor tagging events using list of lists (#3643) 5 years ago
evidence.go rpc: /broadcast_evidence (#3481) 5 years ago
health.go limit number of /subscribe clients and queries per client (#3269) 5 years ago
mempool.go docs: (rpc/broadcast_tx_*) write expectations for a client (#3749) 5 years ago
net.go rpc: /dial_peers: only mark peers as persistent if flag is on (#3620) 5 years ago
net_test.go p2p: make persistent prop independent of conn direction (#3593) 5 years ago
pipe.go tm-cmn to tm-db (#3850) 5 years ago
pipe_test.go rpc: return err if page is incorrect (less than 0 or greater than tot… (#3825) 5 years ago
routes.go remove mentions of go-wire (#3904) 5 years ago
slate_header.txt rpc: Improve slate for Jenkins (#2070) 6 years ago
status.go limit number of /subscribe clients and queries per client (#3269) 5 years ago
tx.go rpc: return err if page is incorrect (less than 0 or greater than tot… (#3825) 5 years ago

README.md

Tendermint RPC

We are using Slate to power our RPC documentation. For generating markdown use:

go get github.com/davecheney/godoc2md

# from root of this repo
make rpc-docs

Pagination

Requests that return multiple items will be paginated to 30 items by default. You can specify further pages with the ?page parameter. You can also set a custom page size up to 100 with the ?per_page parameter.