Transactions
Last updated
Last updated
Retrieves a list of transactions associated with a specific pool.
/v0/transaction/pool/{poolId}
The unique identifier of the pool.
^[0-9a-fA-F]+$
Filter transactions created after this date.
Filter transactions created before this date.
Filter transactions by transaction types.
Filter transactions involving specific tokens.
Retrieves a list of transactions associated with a specific user.
/v0/transaction/user/{pubkey}
The public key of the user.
^[0-9a-fA-F]+$
Filter transactions created after this date.
Filter transactions created before this date.
Filter transactions by transaction types.
Filter transactions involving specific tokens.