curl example
bash
curl -s https://bitcoinbastion.com/api/v1/public/statusPublic endpoints currently available from the backend public surface.
curl -s https://bitcoinbastion.com/api/v1/public/statusconst res = await fetch('https://bitcoinbastion.com/api/v1/public/status');
const body = await res.json();
const status = body.data;Public responses use the envelope shape below:
{
"success": true,
"data": { ... }
}OpenAPI docs: https://bitcoinbastion.com/docs