API reference
Get address pool overview
Returns available, allocated, and total address counts grouped by chain.
GET
/v1/addresses/poolsAuthorization
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"
}How is this guide?
Last updated