Transactions
Get transactions by pool ID
Retrieves a list of transactions associated with a specific pool.
GEThttps://indexer-dev.saturnbtc.io/v0/transaction/pool/{poolId}
Path parameters
poolId*string
The unique identifier of the pool.
Query parameters
Response
A paginated response containing an array of transaction data.
Body
response*array of one of
offset*number
Request
Response
Get transactions by user public key
Retrieves a list of transactions associated with a specific user.
GEThttps://indexer-dev.saturnbtc.io/v0/transaction/user/{pubkey}
Path parameters
pubkey*string
The public key of the user.
Pattern:
^[0-9a-fA-F]+$
Query parameters
Response
A paginated response containing an array of transaction data.
Body
response*array of one of
offset*number
Request
Response
Last updated