Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
支持网络中列出的区块链名称
Available options:
sol
, base
, bsc
, polygon
, arbitrum
, optimism
, avalanche
, ethereum
, zksync
, sui
Query Parameters
分页游标
每页结果数量
Required range:
1 <= x <= 100
分页方向(next或prev)
Available options:
next
, prev
查询交易的代币地址
Example:
"6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN"
查询交易的钱包地址
Example:
"3xd4LGVWtYXLBspR6X5JWbW49NXmEehfPtX6Kqx98b4w"
筛选交易的资金池地址
Example:
"6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN"
筛选交易的开始时间戳(Unix纪元秒)
Example:
1717334400000
筛选交易的结束时间戳(Unix纪元秒)
Example:
1717334400000
筛选此区块高度之前的交易
Example:
332417228
筛选此区块高度之后的交易
Example:
332417228
交易类型
Available options:
BUY
, SELL
Example:
"BUY"
Response
200 - application/json
The response is of type object
.