StableOps
API 参考

Get address pool overview

Returns available, allocated, and total address counts grouped by chain.

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"
}

这篇文档怎么样?

最后更新