Last updated 11 months ago
Get the latest block of BRC-100 Indexer.
curl -L \ --url 'https://open-api.inbrc.org/v1/indexer/brc100/block/latest' \ --header 'Authorization: Bearer API Key'
{ "code": 1, "msg": "text", "data": { "height": 1, "hash": "text" } }