/
PO
pokt-network
/
Pocket Network
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 38m ago · Updated 2mo ago
Details
Filter operations
client
4
consensus
1
health
1
p2p
1
query
24
post
Returns the data of the account specified at a given height
post
Returns the paginated data of all accounts specified at a given height
post
Returns all transactions sent by the specified address paginated
get
Returns the current values of all on-chain governance parameters
post
Returns the data for the specific app address at a given height
post
Returns the data for the all apps at the specified height
post
Returns the balance of the account at the specified height
post
Returns the block structure at the specified height
post
Returns all the transactions in the block at the specified height
post
Returns the data for the specific fisherman address at a given height
post
Returns the data for the all fishermen at the specified height
get
Returns the current block height
post
/v1/query/param
post
Returns the data for the specific servicer address at a given height
post
Returns the data for the all servicers at the specified height
post
Returns the token supply at the specified height
post
Returns the supported chains at the specified height
post
Returns the transaction by its hash
post
Returns the unconfirmed transaction by its hash from mempool
post
Returns all unconfirmed transactions handled by the mempool
post
Returns the upgrade information for the specified height
post
Returns the data for the specific validator address at a given height
post
Returns the data for the all validators at the specified height
post
Returns the type of utility actor(s) running on the node
version
1
query
Returns the data for the all validators at the specified height
post
/v1/query/validators
Request body
QueryHeightPaginated
required
height
integer
required
page
integer
required
per_page
integer
required
sort
string
Response
Returns all validators data at the specified height
QueryValidatorsResponse
required
validators
ProtocolActor[]
required
total_validators
integer
required
page
integer
required
total_pages
integer
required
Changes