Skip to main content
GET
List Transactions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

accountId
string

Filter by Account ID. The unique identifier of the Account

Example:

"0e472f6b-336b-4d4f-87d6-4f93e4e4e4e4"

userId
string

Filter by User ID.

Example:

"0e472f6b-336b-4d4f-87d6-4f93e4e4e4e4"

walletId
string

Filter by wallet ID. The unique identifier of the wallet

Example:

"0e472f6b-336b-4d4f-87d6-4f93e4e4e4e4"

txHash
string

Filter by transaction hash or signature

Example:

"0x1234567890123456789012345678901234567890"

blockchain
string

Filter by blockchain network. The chain. Can be either the blockchain name or slug.

Refer to the Get Supported Blockchains endpoint for the list of supported blockchains.

Example:

"ethereum"

txType
string

Filter by transaction type (incoming, outgoing)

Example:

"incoming"

status
string

Filter by transaction status (pending, success, failed)

Example:

"pending"

token
string

Filter by token symbol. The token symbol (e.g., USDT, USDC, ETH).

Refer to the Get Supported Tokens endpoint for the list of supported tokens.

Example:

"USDT"

pageNo
string
default:1

The page number for pagination

pageLimit
string
default:10

The number of items per page for pagination

Response

success
boolean
required
Example:

true

data
object[]
required
totalPage
number
required
pageNo
number
required
pageLimit
number
required