StableOps
API reference

List receiving addresses

Returns up to 200 addresses scoped to the calling org + environment.

GET/v1/addresses

Authorization

bearerAuth
AuthorizationBearer <token>

Paste your API key from the dashboard (no sk_ prefix required).

In: header

Query Parameters

status?string

Filter by allocation status.

chain?string

Filter by chain.

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/addresses"
{
  "items": [
    {
      "id": "string",
      "chain": "ethereum",
      "address": "string",
      "label": "string",
      "mode": "single",
      "status": "available",
      "created_at": "2019-08-24T14:15:22Z"
    }
  ]
}
{
  "statusCode": -9007199254740991,
  "message": "string",
  "error": "string"
}
{
  "statusCode": -9007199254740991,
  "message": "string",
  "error": "string"
}