Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Page Spec

Section Content

Making crypto easier

Widely adopted

Usability protocol for the blockchain industry

By the numbers

  • 1,145,009 FIO Handles registered

  • 78 integrations

  • 42 block producers across the world

  • 202,386,250 blocks produced

  • 81,187,133 FIO Tokens staked

  • 47 Improvement proposals

Dynamic Content

Content element

Endpoint

Request

Response

1,145,009 FIO Handles registered

POST https://fio.blockpane.com/v1/chain/get_table_rows

Always same

{
    "json": true,
    "code": "fio.address",
    "scope": "fio.address",
    "table": "fionames",
    "index_position": 1,
    "limit": 1,
    "reverse": true
}

Use rows->id

{
    "rows": [
        {
            "id": 1195889,
            "name": "denisailenei@edge",
            "namehash": "0xad6f6ee9b32faeb60062838f1cb5c9c2",
            "domain": "edge",
            "domainhash": "0x4549bc8b93f351469deaea189ac6f2a0",
            "expiration": 4294967295,
            "owner_account": "tmg1ozojg1na",
            "addresses": [
                {
                    "token_code": "FIO",
                    "chain_code": "FIO",
                    "public_address": "FIO55ayb6rVmCr5xDpNasDqJPX5hJn9u7AkejzchUe1uA8wtpAwPA"
                }
            ],
            "bundleeligiblecountdown": 100
        }
    ],
    "more": true
}

78 integrations

This will come from Webflow CMS, which will contain all partners with name and logos, etc.

42 block producers across the world

POST https://fio.blockpane.com/v1/chain/get_table_rows

Always same

{
    "json": true,
    "code": "eosio",
    "scope": "eosio",
    "table": "producers"
}

Iterate through rows and count records where is_active: 1

{
    "rows": [
        {
            "id": 0,
            "owner": "dacobcm2lnnc",
            "fio_address": "bp@thedac",
            "addresshash": "0x44ddade5cd4acba595ea2a42c23414b2",
            "total_votes": "298659819248324224.00000000000000000",
            "producer_public_key": "FIO8UxsfvX6QpjukrFqbaUMtT7WfeiXZRE26F4ATAwYjwZacUACNw",
            "is_active": 1,
            "url": "https://eosdac.io",
            "unpaid_blocks": 0,
            "last_claim_time": "2023-04-24T18:27:32.500",
            "last_bpclaim": 1682433093,
            "location": 10
        },
    ]
}

202,386,250 blocks produced

GET https://fio.blockpane.com/v1/chain/get_info

N/A

Use head_block_num

{
    "server_version": "533ed469",
    "chain_id": "21dcae42c0182200e93f954a074011f9048a7624c6fe81d3c9541a614a88bd1c",
    "head_block_num": 208004440,
    "last_irreversible_block_num": 208004104,
    "last_irreversible_block_id": "0c65e40850aef57864d6ee3621b71cb90f40101628afa07a9b6dffc9ee124a41",
    "head_block_id": "0c65e5584c7f8b5901d1c3b54cd8a76afc27eb650bc21428b1a6a58dc7b8319b",
    "head_block_time": "2023-07-12T19:18:17.500",
    "head_block_producer": "hislmnfx13ya",
    "virtual_block_cpu_limit": 200000000,
    "virtual_block_net_limit": 1048576000,
    "block_cpu_limit": 199900,
    "block_net_limit": 1048576,
    "server_version_string": "v3.3.0",
    "fork_db_head_block_num": 208004440,
    "fork_db_head_block_id": "0c65e5584c7f8b5901d1c3b54cd8a76afc27eb650bc21428b1a6a58dc7b8319b"
}

81,187,133 FIO Tokens staked

GET https://services-external.fioprotocol.io/staking

N/A

Use staked_token_pool

{
  "staked_token_pool": 81362017.67272668,
  "outstanding_srps": 132751309.12573518,
  "rewards_token_pool": 8938773.922297876,
  "combined_token_pool": 92742285.03743973,
  "staking_rewards_reserves_minted": 6261266.063125846,
  "roe": 0.6986167266312909,
  "active": true,
  "historical_apr": {
    "1day": 9.819462831115345,
    "7day": 13.53748584592391,
    "30day": 11.539668834782017
  }
}

47 Improvement proposals

Store value in CMS

What’s New

Dynamic Content

Last 3 records from Webflow CMS:

  • Campaigns

    • Name (internal)

    • Title

    • Short Description

    • Link

    • Image

    • Tile color

Keep calms and keep BUIDLing

Dynamic Content

Last 3 records from Webflow CMS:

  • Progress

    • Date

    • Label

    • Title

    • Link

Links

Say What?

Static

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.