Skip to main content
GET
/
api
/
crypto
/
status
/
{symbol}
cURL
curl --request GET \
  --url https://api.production.hyperoru.com/api/crypto/status/{symbol} \
  --header 'Authorization: Bearer <token>'
{
  "exchanges_total": 123,
  "exchanges_up": 123,
  "status": "<string>",
  "details": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

symbol
string
required

Symbol name

Response

Market status for symbol

Market status envelope.

exchanges_total
integer<int64>
required
exchanges_up
integer<int64>
required
status
string
required
details
string | null