Skip to main content
GET
/
api
/
v1
/
lsps1
/
network_info
Get Network Info
curl --request GET \
  --url https://api.staging.kaleidoswap.com/api/v1/lsps1/network_info \
  --header 'Authorization: Bearer <token>'
{
  "network": "Mainnet",
  "height": 805434
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

network
enum<string>
required
Available options:
Mainnet,
Testnet,
Signet,
Regtest
height
integer
required
Example:

805434