Skip to main content
GET
/
status
Get API status
curl --request GET \
  --url https://openapiv1.coinstats.app/status
{
  "status": "ok"
}

Documentation Index

Fetch the complete documentation index at: https://coinstats.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

Returns the current availability status of the API.

Response

200 - application/json

Get API status

status
string
required

Current API status

Example:

"ok"