Token
代币 - 流动性快照
获取代币的历史流动性快照。如果提供了时间参数,将返回该时间点之前或当时最近的快照
GET
代币 - 流动性快照
授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
路径参数
支持网络列表中的链名称 Supported blockchain chains
可用选项:
sol, eth, bsc 代币地址
查询参数
分页游标
每页返回结果数量
分页方向(next 或 prev) Pagination direction
可用选项:
next, prev 流动性快照查询的目标 Unix 时间戳
响应
200 - application/json
获取流动性快照
Generic pagination response
Page data
Cursor for the end of current page
示例:
"eyJpZCI6ImVuZCJ9"
Whether there is a next page
示例:
false
Whether there is a previous page
示例:
false
Cursor for the start of current page
示例:
"eyJpZCI6InN0YXJ0In0="
Total number of items matching the query (not just the current page).
When None, the caller should treat it as unknown (backward-compatible).
示例:
564094
代币 - 流动性快照

