For the complete documentation index, see llms.txt. This page is also available as Markdown.

Rest API

Rest API RoomIT

Roomit offers an API for seamless management and integration of blockchain services, enabling users to efficiently handle their investments and access network features and able integrating in our platform.

Details

Host :

https://stake.roomit.xyz

Profile

  • For Get details Our Validator Profiles

GET - /api/mainnet/profile
GET - /api/testnet/profile

Output :

........
[
  {
    "moniker": "Roomit",
    "valoper": "bandvaloper13tf84rkc9yflru6kty4xj8jtkuzl6fd66f3q3z",
    "wallet_address": "band13tf84rkc9yflru6kty4xj8jtkuzl6fd6kl4r5f",
    "blockchain_name": "band",
    "chain_id": "laozi-mainnet",
    "unit": "uband",
    "udecimal": 6,
    "coingeckoId": "band-protocol",
    "ibc": "not active",
    "ibc_wallet": null,
    "seeds": "08bc9afd0cac4ae6cf8f1877920b0cc7e58a6f42@seeds.tendermint.roomit.xyz:40000",
    "persistent": "420994846f175d0413796be9caea49e07ad3a503@p2p.tendermint.roomit.xyz:16600"
  }
]
.........

System

  • For get version blockchain what we used

Output :

  • For get last block from blockchain

Output :

  • For Get Chain ID

Output :

  • For Get Status Synchronize Block

Output :

Peers

  • For Get Peers - Non Filtered from our RPC, this RPC no filtered only connected with our node will be show

Output :

  • For Get Peers - Filtered from our RPC, this RPC no filtered only connected with our node will be show

Output :

  • For Get Our Seeds Peers

Output :

  • For Get Our Persistent Peers

Output :

Snapshot

  • For Get Our Seeds Peers

Output :

IBC

  • For Get IBC Support

Output :

Last updated