StableOps
API 參考

查詢收款地址池概覽

查詢目前組織與環境中的 StableOps 收款地址池概覽,按區塊鏈檢視可用、已分配和總地址數量,及時發現容量不足,並據此安排地址匯入與池容量監控。該介面適合接入控制台、定時巡檢與容量告警,幫助團隊在付款單分配地址失敗前完成補充和維護。

GET/v1/addresses/pools

Authorization

bearerAuth
AuthorizationBearer <token>

Paste your API key from the dashboard.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/addresses/pools"
{
  "pools": [
    {
      "chain": "ethereum",
      "available": 0,
      "allocated": 0,
      "total": 0,
      "threshold": 0
    }
  ]
}
{
  "statusCode": -9007199254740991,
  "message": "string",
  "error": "string"
}

這篇文件怎麼樣?

最後更新