跳转到主要内容
GET
Get transactions

授权

x-api-key
string
header
必填

路径参数

walletId
string
必填
示例:

"YOUR_WALLET_ID"

addressId
string
必填
示例:

"ADDRESS_ID"

查询参数

id
string

The transaction ID

示例:

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

hash
string

The transaction Hash

示例:

"0x316750e68b7da65c3d03da3fd551a3a750a74e5c21ca2f8445f4ec2c4d07e91c"

status
string

Transactions statuses. Available values: PENDING, SUCCESS, FAILED

示例:

"SUCCESS"

type
string

Transactions Type. Available values: DEPOSIT, WITHDRAW,SALVAGE

示例:

"DEPOSIT"

order
string

Order By. DESC, ASC

示例:

"DESC"

assets
string

A list of assets to filter by, seperated by commas

示例:

"USDT, USDC"

响应

200 - application/json

200

data
object[]
示例:
message
string
示例:

"Transactions fetched successfully"

meta
object
statusCode
number
示例:

200