cURL
curl --request GET \ --url https://api.staging.kaleidoswap.com/api/v1/lsps1/network_info \ --header 'Authorization: Bearer <token>'
{ "network": "Mainnet", "height": 805434 }
Retrieve blockchain network details including current height
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Mainnet
Testnet
Signet
Regtest
805434