Skip to main content
GET
Get transactions

Autorizaciones

x-api-key
string
header
requerido

Parámetros de ruta

walletId
string
requerido
Ejemplo:

"YOUR_WALLET_ID"

addressId
string
requerido
Ejemplo:

"ADDRESS_ID"

Parámetros de consulta

id
string

The transaction ID

Ejemplo:

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

hash
string

The transaction Hash

Ejemplo:

"0x316750e68b7da65c3d03da3fd551a3a750a74e5c21ca2f8445f4ec2c4d07e91c"

status
string

Transactions statuses. Available values: PENDING, SUCCESS, FAILED

Ejemplo:

"SUCCESS"

type
string

Transactions Type. Available values: DEPOSIT, WITHDRAW,SALVAGE

Ejemplo:

"DEPOSIT"

order
string

Order By. DESC, ASC

Ejemplo:

"DESC"

assets
string

A list of assets to filter by, seperated by commas

Ejemplo:

"USDT, USDC"

Respuesta

200 - application/json

200

data
object[]
Ejemplo:
message
string
Ejemplo:

"Transactions fetched successfully"

meta
object
statusCode
number
Ejemplo:

200