Skip to main content
GET
/
api
/
v1
/
swaps
/
nodeinfo
Get Node Info
curl --request GET \
  --url https://api.staging.kaleidoswap.com/api/v1/swaps/nodeinfo \
  --header 'Authorization: Bearer <token>'
{
  "pubkey": "034eedc97802d7e2766704bd06d6bfded8aa2d35a1a007e277fd7278f3dc962706",
  "network": "Signet",
  "block_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

pubkey
string | null
required
Example:

"034eedc97802d7e2766704bd06d6bfded8aa2d35a1a007e277fd7278f3dc962706"

network
string | null
required
Example:

"Signet"

block_height
integer | null
required
Example:

805434