Skip to main content
GET
Get Transactions

Authorizations

x-api-key
string
header
required

Path Parameters

walletId
string
required
Example:

"YOUR_WALLET_ID"

Query Parameters

id
string

Transaction Id

Example:

"caba52f2-950c-4d93-a92a-12032430e5b2"

hash
string

Transaction hash

Example:

"0x316750e68b7da65c3d03da3fd551a3a750a74e5c21ca2f8445f4ec2c4d07e91c"

status
string

Transactions statuses. Available values: PENDING, SUCCESS, FAILED

Example:

"CONFIRMED"

type
string

Transactions statuses. Available values: DEPOSIT, WITHDRAW,SALVAGE

Example:

"DEPOSIT"

order
string

Order By. DESC, ASC

Example:

"ASC"

assets
string

A list of assets to filter by, seperated by commas

Example:

"USDT, USDC"

Response

200 - application/json

200

analytics
object
data
object[]
Example:
message
string
Example:

"Transactions fetched successfully"

meta
object
statusCode
number
Example:

200