Skip to main content
GET
/
api
/
sampling
/
pool-status
cURL
curl --request GET \
  --url https://api.production.hyperoru.com/api/sampling/pool-status \
  --header 'Authorization: Bearer <token>'
{
  "pools": [
    {
      "pool_id": 123,
      "symbol_count": 123,
      "last_sampled_at": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.

Response

Sampling pool status per symbol

Sampling pool listing.

pools
object[]
required