curl --request GET \
--url https://api.example.com/api/v1/bitcoin/tip{
"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{
"tip_height": 1
}Returns the current bitcoin tip height
x >= 0Was this page helpful?