Wallet
錢包 - 代幣餘額
取得錢包的代幣餘額及目前價格
GET
錢包 - 代幣餘額
取得某個錢包地址的所有代幣餘額。回傳代幣地址、數量及 USD 價值。
wallet_get_balance授權
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 回應
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
錢包 - 代幣餘額

