分頁
說明列表型 API 的 limit / offset 分頁規則、回應格式與翻頁方式。
查詢參數
參數
預設
上限
說明
curl "https://api.blockchainsecurity.asia/v1/webhooks?limit=50&offset=100" \
-H "X-API-Key: ak_live_YOUR_KEY"分頁中繼資訊
{
"data": [ /* ... */ ],
"meta": {
"pagination": { "limit": 50, "offset": 100, "total": 1342 }
}
}欄位
說明
翻頁
最佳實務
下一步
Webhook 訂閱Last updated
Was this helpful?

