Skip to main content
GET
/
api
/
v1
/
bitcoin
/
tip
Get bitcoin tip height
curl --request GET \
  --url https://api.example.com/api/v1/bitcoin/tip \
  --header 'Authorization: Bearer <token>'
{
  "tip_height": 1
}

Documentation Index

Fetch the complete documentation index at: https://second.tech/docs/llms.txt

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

Authorizations

Authorization
string
header
required

Base64url-encoded auth token

Response

Returns the current bitcoin tip height

tip_height
integer<int32>
required
Required range: x >= 0