For the complete documentation index, see llms.txt. This page is also available as Markdown.

Health

Get API Status

A simple endpoint to show that the API server is up and running.

HTTP Request
GET https://api.whatsonchain.com/v1/<chain>/<network>/woc

Example Request

curl "https://api.whatsonchain.com/v1/bsv/main/woc"
curl "https://api.whatsonchain.com/v1/btc/main/woc"

Example Response

Whats On Chain
Whats On Chain

URL Parameters

Parameter
Description

chain

Desired blockchain: bsv or btc.

network

Selected network: main or test.

Last updated