Retrieve all transactions by status

This API is a request to retrieve a paginated list of transactions for all wallets based on the specified transaction status. The list will include send, receive, and internal transactions, as applicable.

The following values are sliced to the decimal points:

  • value (8 decimal),
  • baseValue (8 decimal),
  • valueString (8 decimal),
  • baseValueString (8 decimal),
  • feeString (8 decimal), and
  • usd (5 decimal).

Filters

  1. The dateRange parameter filters the transaction from when it synced on the blockchain. Use this filter when you want to check transactions that are synced as per blockchain timestamp.
  2. The syncDateRange parameter filters the transaction from when it is synced to the Liminal Vaults' transaction history. Use this filter when you want to check transactions that are synced as per Vault’s timestamp. The parameter is valid for successful transactions only, i.e., "status": "success".

While all liminal supported chains support firewall for Mobile MPC Wallets, please refer to the latest supported chains for hot V2 wallets supporting firewall.

Body Params
pagination
object
filter
object
Headers
string
enum
Defaults to application/json; charset=utf-8

Generated from available response content types

Allowed:
Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json; charset=utf-8
application/json