BerylDocs
  • ☺️Welcome to Berylbit (BRB)
  • Overview
    • πŸ’‘What we do
    • ✨Our Features
  • Product Guides
    • πŸ“ͺMaking a post
    • πŸ“ŽUnderstanding Projects
  • πŸ’»Product Guides
    • πŸ› οΈNode & Mining Setup
      • πŸ”‹GPU Mining pools
        • πŸŠβ€β™‚οΈEkaPool mining pool
      • ⛏️Mining on Windows
      • πŸ’ΎUsing The Mining App
      • πŸ›‘οΈRunning A Node
      • 🌐Mining on a Server
      • 🐧Mining on Linux
    • πŸ“Smart Contracts
    • πŸ—οΈBuilding
    • 🌐API
  • Untitled
  • Untitled
  • 🌎Community Project Listing
    • πŸ“šPlease Read Listing Rules
    • πŸ“§Decentralized autonomous organization (DAO)
    • 🌐Usecase Projects - Ecosystem
    • 🍭Decentralized Finance (DeFi)
      • 🍧Usecase DeFi Projects
      • πŸ”°Decentralized Applications (DApps)
      • πŸ’©Memecoins
      • πŸ–ΌοΈNon-Fungible Tokens (NFT)
    • πŸ”¨Tools For the Ecosystem Projects
  • Use Cases
    • 🎨For Designers
    • πŸ–₯️For Developers
Powered by GitBook
On this page

Was this helpful?

  1. Product Guides

API

How to gather API data reading the node.

PreviousBuildingNextUntitled

Last updated 2 years ago

Was this helpful?

We will be using the GETH playground for api calling.

Make sure your readings are set to HTTP

Find the API call you are looking for, click on "TRY IT NOW"

*If it sends in errors or bad requests refresh the page and try again*

Here is a example of me finding out the Chain ID from API calling and decoding the HEX to decimal

Set it to HTTP, type in the Berylbit RPC URL which is then click the play button

Now that we got our result, it gives the result in Hexadecimal format. Using this website - I can find the Berylbit gas fee on the network

πŸ’»
🌐
https://mainnet.berylbit.io
https://www.rapidtables.com/convert/number/hex-to-decimal.html
LogoOPEN-RPC Playground