/
PO
pokt-network
/
Pocket Network
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
pokt-network
Pocket Network
post
Returns all transactions sent by the specified address paginated
v1
latest
OpenAPI 3.0.3
MIT License
2026-07-17
32
59
50.7 KB
query
Returns all transactions sent by the specified address paginated
post
/v1/query/account_txs
Request body
QueryAccountPaginated
required
address
string
required
page
integer
required
per_page
integer
required
sort
string
Response
Returns the transaction list for the account
QueryAccountTxsResponse
required
txs
IndexedTransaction[]
required
total_txs
integer
required
page
integer
required
total_pages
integer
required