cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/sampling/pool-details \ --header 'Authorization: Bearer <token>'
{ "extra": {}, "pool_id": 123, "symbols": [ "<string>" ], "last_sampled_at": "<string>" }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Sampling pool detail
Sampling pool detailed entry.
Was this page helpful?