/
PO
pokt-network
/
Pocket Network
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 28m 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 specific validator address at a given height
post
/v1/query/validator
Request body
QueryAccountHeight
required
height
integer
required
address
string
required
Response
Returns validator data at the specified height
ProtocolActor
required
address
string
required
actor_type
'validator'
|
'servicer'
|
'fisherman'
|
'application'
required
public_key
string
required
chains
string[]
required
service_url
string
required
staked_amount
string
required
paused_height
integer
required
unstaking_height
integer
required
output_addr
string
required
Changes