curl --request GET \
--url https://api.example.com/api/v1/bitcoin/tip \
--header 'Authorization: Bearer <token>'{
"tip_height": 1
}Queries the wallet’s chain source for the block height of the latest block on the best chain.
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.
Was this page helpful?