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 秒級時間戳)
結束時間戳(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
代幣 - 轉帳列表

