Comment on page
Health
A simple endpoint to show that the API server is up and running.
HTTP Request
GET https://api.whatsonchain.com/v1/bsv/<network>/woc
cURL
curl "https://api.whatsonchain.com/v1/bsv/main/woc"
The above request returns the below plain text response:
"Whats On Chain"
URL Parameters
Parameter | Description |
---|---|
network | The selected network: main, test, or stn. |
Last modified 1yr ago