Node as a Service

Powerful node infrastructure for
blockchain and crypto applications

Amplify your blockchain and crypto projects with powerful shared and dedicated nodes from Crypto APIs. We provide globally distributed node services designed for stability, scale and speed.

With industry-leading uptime, connection reliability, and 24/7 node monitoring and maintenance, Crypto APIs node infrastructure solution makes building on the blockchain simple. We take care of your nodes, while you focus on growing your business.

Automatic deployment
Fully managed
99.9% uptime

Leverage blockchain data with RPC endpoints

Interact with blockchain nodes using all supported JSON-RPC methods.

curl    https://gcp-europe-west1-c.json-rpc.cryptoapis.io/nodes/shared/bitcoin/mainnet \   -X POST \
  -H "Content-Type: application/json" \
  -H "X-API-Key: my-api-key" \
  --data '{ "jsonrpc": "2.0","method":"getblock","params":[
    "000000000000000000095ec9780628fcd0a6e3f2ebf6472684bf0fe005983556",
    0
],"id": 1}'



{
    "result": {
        "hash": "000000000000000000095ec9780628fcd0a6e3f2ebf6472684bf0fe005983556",
        "confirmations": 20,
        "strippedsize": 65236,
        "size": 129972,
        "weight": 325680,
        "height": 738105,
        "version": 536870916,
        "versionHex": "20000004",
        "merkleroot": "cbd7edef396071449f5c3d83ebeb777e89ba37defe4589528eafc79a34d222b9",
        "tx": [
            {
                "txid": "5180c42535994b0ff4c7047ff24f3bb97f73f7bc1dfc1142e6a8d3249e572e76",
                "hash": "2c3bcce1cb74500466716ce92ed123950eb80460094e6ab7c555761ff2277885",
                "version": 1,
                "size": 368,
                "vsize": 341,
                "weight": 1364,
                "locktime": 1226518302,
                "vin": [
                    {
                        "coinbase": "0339430b2cfabe6d6dfd1e6d9551e2a628b23beba7a761f658c470fc15db7d34bd35976d664f8300ca10000000f09f909f092f4632506f6f6c2f6b00000000000000000000000000000000000000000000000000000000000000000000000500a4adb361",
                        "sequence": 449123
                    }
                ],
                "vout": [
                    {
                        "value": 6.26307543,
                        "n": 0,
                        "scriptPubKey": {
                            "asm": "OP_DUP OP_HASH160 c825a1ecf2a6830c4401620c3a16f1995057c2ab OP_EQUALVERIFY OP_CHECKSIG",
                            "hex": "76a914c825a1ecf2a6830c4401620c3a16f1995057c2ab88ac",
                            "reqSigs": 1,
                            "type": "pubkeyhash",
                            "addresses": [
                                "1KFHE7w8BhaENAswwryaoccDb6qcT6DbYY"
                            ]
                        }
                    },
                    {
                        "value": 0,
                        "n": 1,
                        "scriptPubKey": {
                            "asm": "OP_RETURN aa21a9edc468ed267527780eed522c946ee03a8308f3efd0673bf2ad8f3225f22c2b7756",
                            "hex": "6a24aa21a9edc468ed267527780eed522c946ee03a8308f3efd0673bf2ad8f3225f22c2b7756",
                            "type": "nulldata"
                        }
                    },
                    {
                        "value": 0,
                        "n": 2,
                        "scriptPubKey": {
                            "asm": "OP_RETURN 486174685a2b498c7cacd440409313d6dce8ce04c1d69d4f3870d243701f3ee708d85ad5",
                            "hex": "6a24486174685a2b498c7cacd440409313d6dce8ce04c1d69d4f3870d243701f3ee708d85ad5",
                            "type": "nulldata"
                        }
                    },
                    {
                        "value": 0,
                        "n": 3,
                        "scriptPubKey": {
                            "asm": "OP_RETURN 52534b424c4f434b3a9c14f789dae1c66642bc5b2246c3bb0af725166958f18c838f3f4e2400424be2",
                            "hex": "6a4c2952534b424c4f434b3a9c14f789dae1c66642bc5b2246c3bb0af725166958f18c838f3f4e2400424be2",
                            "type": "nulldata"
                        }
                    }
                ],
                "hex": "010000000001010000000000000000000000000000000000000000000000000000000000000000ffffffff640339430b2cfabe6d6dfd1e6d9551e2a628b23beba7a761f658c470fc15db7d34bd35976d664f8300ca10000000f09f909f092f4632506f6f6c2f6b00000000000000000000000000000000000000000000000000000000000000000000000500a4adb36163da060004d7b15425000000001976a914c825a1ecf2a6830c4401620c3a16f1995057c2ab88ac0000000000000000266a24aa21a9edc468ed267527780eed522c946ee03a8308f3efd0673bf2ad8f3225f22c2b77560000000000000000266a24486174685a2b498c7cacd440409313d6dce8ce04c1d69d4f3870d243701f3ee708d85ad500000000000000002c6a4c2952534b424c4f434b3a9c14f789dae1c66642bc5b2246c3bb0af725166958f18c838f3f4e2400424be2012000000000000000000000000000000000000000000000000000000000000000001e2f1b49"
            }, ......
.....
curl --location --request POST https://gcp-europe-west1-c.json-rpc.cryptoapis.io/nodes/shared/ethereum-classic/mainnet; 
--header 'Content-Type: application/json' 
--data-raw '{ 
"jsonrpc": "2.0", 
"method": "eth_blockNumber", 
"params": [], 
"id": "Crypto APIs" 
}' 



{
    "jsonrpc": "2.0",
    "id": "Crypto APIs",
    "result": "0x123cbd0"
}
curl --location --request POST https://gcp-europe-west1-c.json-rpc.cryptoapis.io/nodes/shared/xrp/mainnet; 
--header 'Content-Type: application/json' 
--data-raw '{ 
"jsonrpc": "2.0", 
"method": "ledger_current", 
"params": [{}], 
"id": "Crypto APIs" 
}' 


{
    "result": {
        "ledger_current_index": 85315782,
        "status": "success"
    }
}
curl --location --request POST https://gcp-europe-west1-c.json-rpc.cryptoapis.io/nodes/shared/ethereum-classic/mainnet; 
--header 'Content-Type: application/json' 
--data-raw '{ 
"jsonrpc": "2.0", 
"method": "eth_blockNumber", 
"params": [], 
"id": "Crypto APIs" 
}' 



{
    "jsonrpc": "2.0",
    "id": "Crypto APIs",
    "result": "0x123cbd0"
}
curl --location --request POST https://gcp-europe-west1-c.json-rpc.cryptoapis.io/nodes/shared/bitcoin-cash/mainnet;
--header 'Content-Type: application/json' 
--data-raw '{
"jsonrpc": "2.0",
"method": "getblockcount",
"params": [],
"id": "Crypto APIs"
}



{
    "result": 828460,
    "error": null,
    "id": "Crypto APIs"
}
curl --location --request POST https://gcp-europe-west1-c.json-rpc.cryptoapis.io/nodes/shared/dash/mainnet; 
--header 'Content-Type: application/json' 
--data-raw '{ 
"jsonrpc": "2.0", 
"method": "getblockcount", 
"params": [], 
"id": "Crypto APIs" 
}' 
 


{
    "result": 2005686,
    "error": null,
    "id": "Crypto APIs"
}
curl --location --request POST https://gcp-europe-west1-c.json-rpc.cryptoapis.io/nodes/shared/litecoin/mainnet; 
--header 'Content-Type: application/json' 
--data-raw '{ 
"jsonrpc": "2.0", 
"method": "getblockcount", 
"params": [], 
"id": "Crypto APIs" 
}' 




{
    "result": 2616132,
    "error": null,
    "id": "Crypto APIs"
}
curl --location --request POST https://gcp-europe-west1-c.json-rpc.cryptoapis.io/nodes/shared/dogecoin/mainnet; 
--header 'Content-Type: application/json' 
--data-raw '{ 
"jsonrpc": "2.0", 
"method": "getblockcount", 
"params": [], 
"id": "Crypto APIs" 
}' 




{
    "result": 5050308,
    "error": null,
    "id": "Crypto APIs"
}
curl --location --request POST https://gcp-europe-west1-c.json-rpc.cryptoapis.io/nodes/shared/zcash/mainnet; 
--header 'Content-Type: application/json' 
--data-raw '{ 
"jsonrpc": "2.0", 
"method": "getblockcount", 
"params": [], 
"id": "Crypto APIs" 
}' 



{
    "result": 2368765,
    "error": null,
    "id": "Crypto APIs"
}
curl --location --request POST https://gcp-europe-west1-c.json-rpc.cryptoapis.io/nodes/shared/binance-smart-chain/mainnet; 
--header 'Content-Type: application/json' 
--data-raw '{ 
"jsonrpc": "2.0", 
"method": "eth_blockNumber", 
"params": [], 
"id": "Crypto APIs" 
}' 





{
    "jsonrpc": "2.0",
    "id": "Crypto APIs",
    "result": "0x21a87c7"
}
curl --location --request POST https://gcp-europe-west1-c.json-rpc.cryptoapis.io/nodes/shared/polygon/mainnet; 
--header 'Content-Type: application/json' 
--data-raw '{ 
"jsonrpc": "2.0", 
"method": "eth_blockNumber", 
"params": [], 
"id": "Crypto APIs" 
}' 


{
    "jsonrpc": "2.0",
    "id": "Crypto APIs",
    "result": "0x21a87c7"
}
curl --location --request POST https://gcp-europe-west1-c.json-rpc.cryptoapis.io/nodes/shared/tron/mainnet; 
--header 'Content-Type: application/json' 
--data-raw '{ 
"jsonrpc": "2.0", 
"method": "eth_blockNumber", 
"params": [], 
"id": "Crypto APIs" 
}' 





{
    "jsonrpc": "2.0",
    "id": "Crypto APIs",
    "result": "0x378ebf8"
}
curl --location --request POST https://gcp-europe-west1-c.json-rpc.cryptoapis.io/nodes/shared/arbitrum/mainnet; 
--header 'Content-Type: application/json' 
--data-raw '{ 
"jsonrpc": "2.0", 
"method": "eth_blockNumber", 
"params": [], 
"id": "Crypto APIs" 
}' 





{
    "jsonrpc": "2.0",
    "id": "Crypto APIs",
    "result": "0x21a87c7"
}
curl --location --request POST https://gcp-europe-west1-c.json-rpc.cryptoapis.io/nodes/shared/solana/mainnet; 
 --header 'Content-Type: application/json' 
--data-raw '{ 
"jsonrpc": "2.0", 
"method": "getBlockHeight", 
"params": [  
 null  
], 
"id": "Crypto APIs" 
}'





{
    "jsonrpc": "2.0",
    "result": 223044317,
    "id": "Crypto APIs"
}
curl --location --request POST https://gcp-europe-west1-c.json-rpc.cryptoapis.io/nodes/shared/near/mainnet;
 --header 'Content-Type: application/json' 
--data-raw '{ 
"jsonrpc": "2.0", 
"method": "block", 
"params": {"finality": "final"}, 
"id": "Crypto APIs" 
}'



{
    "jsonrpc": "2.0",
    "result": {
        "author": "synclub.poolv1.near",
        "chunks": [
            {
                "balance_burnt": "2408613459420900000000",
                "chunk_hash": "7DLGKJXwNk4oXFFq5AFzBSjeGwRo8WcKA8WiM11Pz1Ye",
                "encoded_length": 3056,
                "encoded_merkle_root": "BY8WVo8GsYNaPupgTztGYbDebpnTdtXVGKQhepdNwXZP",
                "gas_limit": 1000000000000000,
                "gas_used": 29218009860711,
                "height_created": 110611429,
                "height_included": 110611429,
                "outcome_root": "A8SZD6YKQjMxDaR6AzvhsfDQDgjThKR883cftuMmKzFZ",
                "outgoing_receipts_root": "8RD2GKodRpfKdd1B35UA4WXKxxrBRLhjjsu3L9iurRvh",
                "prev_block_hash": "JD1ZkKZVYTegqYCkJGxg62J3raYpBiP9imhh1tFEdTKr",
                "prev_state_root": "GGwpZVbfr6d5MSeamYiv6CTVq9bGBDGoz9YYPwrHJRAS",
                "rent_paid": "0",
                "shard_id": 0,
                "signature": "ed25519:5n2BuASMy1KkoFmC5AhdLVyyfmdzU2w8pdv5SnNvUUZwQGF7xpRjUeR7PdH4VhFr5dcRKXknSUpC4Ru6b8C2YbfN",
                "tx_root": "5HPzSvJZ1cHSih8q9EfuhyRocQT9hQ2Ad6jy7vpNJ1Go",
                "validator_proposals": [],
                "validator_reward": "0"
            },
            {
                "balance_burnt": "0",
                "chunk_hash": "HZa42XJuYPWHaZQgGE1uJEUCwvGUVUwDqLisMKxEB1bn",
                "encoded_length": 8,
                "encoded_merkle_root": "9zYue7drR1rhfzEEoc4WUXzaYRnRNihvRoGt1BgK7Lkk",
                "gas_limit": 1000000000000000,
                "gas_used": 0,
                "height_created": 110611429,
                "height_included": 110611429,
                "outcome_root": "11111111111111111111111111111111",
                "outgoing_receipts_root": "8s41rye686T2ronWmFE38ji19vgeb6uPxjYMPt8y8pSV",
                "prev_block_hash": "JD1ZkKZVYTegqYCkJGxg62J3raYpBiP9imhh1tFEdTKr",
                "prev_state_root": "4tvvt3kahUfim25KRmeVh8X97oqFojUaX9Azk9kZiK52",
                "rent_paid": "0",
                "shard_id": 1,
                "signature": "ed25519:51n5UETU4hrjto3NRPwChffWP5bKWiBHut3ob4NhXwiKVMSPEj88cQh3t3pKzLgrMq2MKFp7vNsKr8toFXrBc5QC",
                "tx_root": "11111111111111111111111111111111",
                "validator_proposals": [],
                "validator_reward": "0"
            },
            {
                "balance_burnt": "923200379966200000000",
                "chunk_hash": "7jaDeuqdGxSJ3sq3jyDsooZVuvdwjuu4UnWpCe4Q2kCM",
                "encoded_length": 1581,
                "encoded_merkle_root": "GLiVdFEbXfepS3azxb9UitwAoSnxPs2t9ody9jLYNqyS",
                "gas_limit": 1000000000000000,
                "gas_used": 9232003799662,
                "height_created": 110611429,
                "height_included": 110611429,
                "outcome_root": "55SnY8BMyikvZNcNqtTu4cmMnCphY764r9EtgZiy3bdX",
                "outgoing_receipts_root": "6i7dSsEoQWTGn5ckiN7p2uNTZWb3aMNthrVi3pG1N443",
                "prev_block_hash": "JD1ZkKZVYTegqYCkJGxg62J3raYpBiP9imhh1tFEdTKr",
                "prev_state_root": "7YPgPDczg2ZFq82387M6uQdQXHdUW7DkxAqiaWUWKPRw",
                "rent_paid": "0",
                "shard_id": 2,
                "signature": "ed25519:3vcPoRChBkrv5AikjZnS16bpCbuaFkdBTAb7qbvAjDwf86MUfKeHnqChdeUBURi1dG71KKjDeVjenrC59m1QxuRy",
                "tx_root": "FpASpWDXA2GBTDas8gNnQj6z4ohPcqpEAtmTjzY6Pqsh",
                "validator_proposals": [],
                "validator_reward": "0"
            },
            {
                "balance_burnt": "3685990455807500000000",
                "chunk_hash": "55YnERFhXhXrxsz9N8VVFZNPQsrN2k2DkQd2YV7AjSu7",
                "encoded_length": 4400,
                "encoded_merkle_root": "9rJXRpdXNGMB4UkAKwiuormFgu1AT6jtn8o76zuzCEXy",
                "gas_limit": 1000000000000000,
                "gas_used": 40311758236456,
                "height_created": 110611429,
                "height_included": 110611429,
                "outcome_root": "GMeU97Q6nZtCQhtA7nQ9PT1FeQxtB4rWNEm1bkT3igL2",
                "outgoing_receipts_root": "FbnFtYZmsJEPqb2mzonrqC3gwJiR2dwa39e4HcvxygdX",
                "prev_block_hash": "JD1ZkKZVYTegqYCkJGxg62J3raYpBiP9imhh1tFEdTKr",
                "prev_state_root": "DfKapVTqvkrZa8XTS1r3G3QJWWWUm9P5y2cteup4EWQ9",
                "rent_paid": "0",
                "shard_id": 3,
                "signature": "ed25519:3wK8qyAFZrRYbmhySuF7c5nvkkvo6K4MUbXoM5z5RD6e4rAL1RutLagzDbyBXycBGcuvPRJB5qKzbtRjNTmvaYCz",
                "tx_root": "AYhRTwwL77AEuyFUKgQFcd4Xt7mkwgvhWgFQ5f9Z1kef",
                "validator_proposals": [],
                "validator_reward": "0"
            }
        ],
        "header": {
            "approvals": [
                "ed25519:2zQdXmh7M7kC37oJaJftcg3AbXVA7fxAd1PQvN2t4A73RatkgzpTY6EpVubFc8VR3yrBnz45hScgrjKzt5gxVwN",
                "ed25519:65fdi9KKpNtYCcGqAX1r2soMjG21VpkT4ywR5iYwn8mGYqvCJp5Wi5ZQWxutAYxRjjv2obV7YQ1SpwhFWzh9wt69",
                "ed25519:2zPGpSLZLqtLB3KRJHUGRUYsQx1TGzDkDdryMerALynVTScCFx9t7tUJrUwaVNaEzxRhFX4jcubz9ZuhF8VkGEbw",
                "ed25519:WtcofbqHsAUocjiKJjjck7hbiwt5PJRc8abFdj1FVge5yHKbS4qBnRiFEzEaFu7ZooszDTLYVmgTkZJzEKn6vzP",
                "ed25519:2GA2T6rVc1mqVD2XjKisVkPrAMQt4L7SLPr9hX7GN3YpJAMPnR9pVeoyC4DztAkeAtMGF1RtKHoSxrgNRMQTBmB9",
                "ed25519:5jw1eVof5bdzwqA8XibooAmPUxBdXrB39YRkhcrBPjZ3QD9MvRYJvU1vrHWWrCaKzT2uhoeAYHCf372s23ic6E83",
                "ed25519:kZ4BGKNXjrJAMUnHDQjhgCWyCepg2UQkVqQ8Kaj2AQTcsw4nA6391cunSHt22QKdCmBCr64gAjU4eCDr4x8KQE2",
                "ed25519:3MbzjV16ceNpL5jiE681jbH2D6ahtJL8rEimBBWDZc9pu9EzTXhdysNCbtPiD4efVn4yBRnFdcLuh9okMpoG6J2z",
                "ed25519:5KTtouRvUxGurVf2KQgR8TdaCLjqv3LFQwpVgaXHnXCLkUfECBwTGjGP2PSbxuVS8swqWJCowaZyc2RdVA7nX5JT",
                null,
                "ed25519:5YcPs58WiMjaKKVKgF8ZPS5qyoooR2V3qTyBJbK24DnyxqE63hfsexdcLKDoxEPagZRfAR5yeovYi5eifoczoMTv",
                null,
                "ed25519:31KmkyHBpDWoWqHxMrac9WEmRkLRPtuja8yGRvJdNTcrExV7dMcCVT474jEeV1zxwgMWeXTXToFWneYKeJRErbcM",
                null,
                null,
                null,
                "ed25519:3KiaDWGgRAmyET2FgDrnwssBk1TNXve3P2t1Ae7zZp9N6QqicJrXQbehCqWSmX9mfQWgxon1SXMFyVhNvG3mZnR2",
                "ed25519:4CPDrRuQEj1sM19upwSE4LVcdvGnUMgHe8UoD2VeRY6Wd1z4NLeuUVNrYSJWY576WJff12dUoWKsh5fm9Wdz1Qij",
                null,
                "ed25519:288oGJMfNYCH2AqBhewGU6gA86kATH8m54BEAjBbpfZoyWMsm6SrF6BNHoRTNqtULKo1u7Kr3uBb4M9u7xAWHFdu",
                null,
                null,
                "ed25519:3XG7z5upvAuHDny6thEV4h3JPr7XHVPtqsXNoktNgyMU9cu56oeAy8buZzGKPigzijiDNh9cArDKKbAbaDU7t5yJ",
                "ed25519:3KR8tGs8ve7wJgr3QUjXf7jALcbgitdJvvkaBcBS5EnLUjRK2umbtsw7Dr8tFyZ83LhX4Ncc1pdgF3Gp3xnGae4p",
                null,
                "ed25519:4qzbVJKM1Qq94rCvnfekDzkQ1cLgiDvFnhqAoASbhbMMXo2GdEKHZcLeURF3JmHmRbwApuLCZpJkrCovn9QmKRQ1",
                "ed25519:5pkDFyiygyMum7WdbnPKC5YXfqXC18x9QnD724Buhg8mrqW5fcpFTFWkc1Q1ThshL4n1aTrsu33BVQaH5tHVVbnj",
                null,
                null,
                null,
                "ed25519:3H1okqjoSUtX2FsT8U1kSHqm352WxGafEdopD14WKhYEbf7RjiFNo5Rx5LQoitAYxgRvW4tq9VWZRAwfbKH9KEVJ",
                "ed25519:3XcMX2mH3VQgaVqJkLTPNbzZA77zPkvUzqndksnNNeR5E9JNZB2F8ZoMEGAnTpHyjdU1hJcpMpu8eURQfZpEFd7z",
                "ed25519:2qTnmGHh1mzcaVA5WCVayV5jA8VEzzbctYPxzVjDBSrEsVvT9KgK6dATPuZEbxu25SCNUarnosdzaFvgLKxNbhVJ",
                null,
                null,
                "ed25519:tuijRgPBXRwZeacFmtGxV24DknnqpHX4NKLyYRs2qgWooUMNK5jbpXdxvEkcXZ3FntjV7ijG19BoNAHMx3qoy5K",
                null,
                null,
                "ed25519:NKJBjrHkncqfHDjvLAeDDD41jkHwQRpzapAE95Ct6LMBba8ZHeFUFCD1W6XmLAaFeRVWLaqmJx7Shsmvr8CSVV9",
                "ed25519:4s5LYRxirZBkL7w9DxcXrRugXybJSzyNWtuduEcvXGkx8BTpJA1ofrbsnu72zA4AKMwHPm5HUSV9pPnQNpTNbKsJ",
                "ed25519:4Uk6pVTvi9tbh8BwuP6Y3jXN9VedXaeV1m9Lk2tAH7863ZKWhCSeGEST3secjWvjVmakCidqzjyPdWJZQFgZcRpr",
                null,
                "ed25519:5UHMisDhnU1gw4pT6txUR9FwQ1JRuXYGyzKdKtbzJCRNKJNgeGbrzg53G1ffJbhZTzFERVDKd93GLhgJ4QAGux6z",
                "ed25519:4EfadXUB974YS5YgwWgQu84YrmUiKKcG2v7g2mL716HSzdcDiDaTZijH9bSWUQpG1PMAiZkihKfQM9FoZiQUEc4J",
                "ed25519:4ibpsc6FiRo71sQVus6FgZ3pzgp5HStYsYvY9JoWei5WEEQxT6TtcYn4DU8vyqK4t7t7NZoJVXboGbABRy1FvNkr",
                "ed25519:22wo5RhjUunafA23HA1WGq8eZzKvasSAhyGvRQkgPiGfLMxdwFFRYSm4zrZfGyaeWhe12NmscYoDQAgg3yp85Rvp",
                "ed25519:Heqh3fknduQSASkaTNvKhfr2wHNXvE8qXNHSbSdhpjfLmKYd7ADjkQwEtNyZErw23QWq4FpypZgMuwAXP8BRc9E",
                "ed25519:3u1A8rfRLWt4qMPEvftxHd2uTNMmK6VwbrJNLZbMufDdMk5dTLDbATdKTFEtTUxWGA44AdN4LHB6psjFkiAwi1St",
                null,
                "ed25519:Kbtfs5ehbwH8EDin3E1FGUtFvkVs7GeB373XdcCjSEqKyTGX1zqpB6EHndgaoh2wtULw7WWrQ1pe1zrAHgKAhJj",
                "ed25519:4GVA9Ew27FUPDs7fPtze2eUh4CBFLKzVP7UABKYufqmLeiF88CmKBpQqFEcTanZnU4p3r5RHKCgGVFHCrm3Qa8HT",
                "ed25519:4N9KTFamw1T7dTGKKascSZ4Yxa4WpLZstUPzaswvArbz6AhbpLzTawmt6kE9Sho1nV5bz6ktcQ17kj8ywHWJwiCd",
                null,
                "ed25519:5vRnmwix87osRigAokeeejUHybGuep82xKFddXJbxuvuRypxNucqCWncHyJGVHbMViXXfRw2LViXQsqHfJZEw64f",
                null,
                null,
                null,
                null,
                null,
                null,
                "ed25519:P4TEVq3cvaiLYGjuZEp44Y8y3jMSjEWrAXzLQm8a2W7j1L3AxD9UEhTfjcTcVySwBSUfnkBGbihCPyzv5kDRADf",
                "ed25519:5oenZSfYY5dy3mjLb2yKDcvQXtFunwLbuNJn1wMbUdgYg28aUNLYrPjRQTkzsr3bmajWEUrwf672aDbz1nLJ8VNG",
                null,
                null,
                "ed25519:5A6N4Rc9aDUckzJ7CMDKo1zPXA6CphADNy1zGLvC1Wfx5DYU5QbyhWWbPH673enm32Ad4yPnWuJtM3TtGvyrDRTE",
                null,
                "ed25519:2AyPL9VVZHThXSLU917WXEubwqqkohmdpwCizpTD7qYydHUkPMU55MqxCSgP6ubKBqQKc4HBM4aGp7k3pqjjcugB",
                "ed25519:4eJDZb1rK2F4pw4NTxKr8GuJmM2g9DiAjoUMcpryKg8joVp5rjQpjAe8a1C5zDZLcukDSYSxsDNrKbaFJZyjh791",
                null,
                null,
                "ed25519:ADrPWrmFvGkecHcjj5hvXMYPErzbirbNo19CfhyzGvidQGXPkPwkXMUq74XXVBkfLgW2domHHXYDWKoZrsHMwHo",
                "ed25519:M8akGGKUSX79ZU6kN364LeLBgVKzz2g3a1PcyxDmZ26YBdEJKAzRjAeKX4A3QwZvo88AJwXv7jQvLztf11Jn7AM",
                null,
                "ed25519:22qHKPMoUSyJ7bU12BKUs6dgbYJ66WUfYPjx8VJ5baueB7GpMGaQeeeC3GBrcAcRqfhF6XVyQQYnxkqeAuGWWgL5",
                "ed25519:2gc2a2YSqmySGs2cYvqpgYFfdjWYGSonrgvycZuj4YS8XkuHFNoDAz3U8BfuYHY45hNjA8XD1s42npUzKL95N5d9",
                "ed25519:3qRuxE7FH7LYihkxNfDBMTdPQ5PkN5bhvS5yd8FuzJEqp2Gkph1DLygdkmFJYw6MrmHxAKK8W6BXcnpK2j6qVkR7",
                "ed25519:4ubpvnqNJfF9G65U2u7E9VPQ8QRYNUvCxP3e7hB5EHR6bCPTY36Dph3HVJSnAnVdsSznuT9HehBma1aTCS8ojbWQ",
                "ed25519:39TCFviKNNFRjNN9Px4E6dbNmgvypRqtgeL6n61LhVGH5qU8jYTVRGFsApjadpx3PieYJr55HDPEiQGed7Y4wrH1",
                null,
                "ed25519:3sif1ZeFB9YN4aAQUCdrw7p9veWFJ6bFZd1PN56QvcF3pw6EkP1qV2vc2npoFywnZZRuk35R9WZzycbAJ426a7Ht",
                null,
                null,
                "ed25519:5cxx1ccYyrjPiYpfX21mHjMUrFvZiNyPbrsFNTYdKR5SywcKDkpgCiwnozdQb1FFnSse7FWiRJszuKXKcjT676ye",
                "ed25519:4t89xsiAxAWS3X68FnWbmiaM8zzhke7m4LkWC8Tz5nyfaECT1m9Sz1cu55RFxmetTfAXoLCxNW5tY8FQyf5z2Qgw",
                null,
                null,
                null,
                null,
                "ed25519:4mUyjFPrrwWzLUbsqMEyf558a5A1rbagK6CjVpgk4fuvh52F9pkA8Z9BYYMXAASxcPe1EtpgPBuhAvzzjW7svCvG",
                "ed25519:2LzRt37aSZUL5FL2LzCWwGbGJHQU2J4kVfkpr2ef6ksDxyRBnUA6nFdd4m6uR9H6NzcvMZ3Nn3MsVBGNmDG9YBgR",
                "ed25519:5GW4VqVsQEHffWYRVJZxkUdDTDbMfy4wPBaXVCCp16mHc5VE7rtsN15N1Ts5w7bLPEX6zDsQfZHp654YZu9kmBEY",
                "ed25519:3GTyf72pJLHFTNEsNoPfaRtWmaAmwBhXRN551yTaMKuQd6TQfTyHtKeaV7RVcwvR9jSuPjontkfupVV5QudMCEKa",
                "ed25519:2e6nwZyCPTmMVexLVXe5VxSMVToXJie98EUe6mE7kxoTJuQ2TbhYk3GLFSmzm2WBxHc3oTQyjH8kAHaxULvC6haS",
                null,
                null,
                "ed25519:65bhhXY5SoPQpMSJATUywaZ7a8b8ztkKZTytzAMeiqVouCKPemCmmjjrq4aRDsB917JZwBJhoaidGzj9RPyABJED",
                "ed25519:4CrZy4dFh2zrXjbsYrFKtWAYsGEpxLVuBPp9FL6X8WpQ7FQLT4TMuuBkmoo1yWo4gCLeSnoXkQgoci2kGDB9bRYQ",
                "ed25519:2CLYmeedv77aYcFfo8uVz4BqKeWuUSRrtsdHTMRETka1S86bZSCyagkV46L64ft86TDyitbAtF9GVJecNAWPhSv5",
                "ed25519:5b1EZXGk7iNvPav2pXWQrotcit5xbuq3a5meh4xysGLrFBxuXE236s8aV3YFUeeiw9KP8uSyVVPv3mtRXo2oHKPA",
                null
            ],
            "block_body_hash": "ihtasSUSmDXfL44KVQD3zzJSe5MD8NGa6pBpb92uZAh",
            "block_merkle_root": "FjugUsDj7hoLCEnioKFzPMurGcn1DvWCU1NYMKp6J5bc",
            "block_ordinal": 100516283,
            "challenges_result": [],
            "challenges_root": "11111111111111111111111111111111",
            "chunk_headers_root": "2R2LERHYJ6chnscE6hPzzuztHTg23GaN6GJojbfzczXz",
            "chunk_mask": [
                true,
                true,
                true,
                true
            ],
            "chunk_receipts_root": "BJbxvnYFkvg7h9dvu19x3Mp8kN2H3WBSt4HJE3qqbrpM",
            "chunk_tx_root": "H31ymrAxKzkntQJRChzNDe8TSsr9FVUXPSgpCj3zUyzR",
            "chunks_included": 4,
            "epoch_id": "5Q5EtpkboSocZTjd1TPBPNSY9mMCxE9JXmTxDyZGqDfk",
            "epoch_sync_data_hash": null,
            "gas_price": "100000000",
            "hash": "HQ4W8kUC3gbZ3SL8wjSZniKxrDqjxzYTFZcZJo8f88SD",
            "height": 110611429,
            "last_ds_final_block": "JD1ZkKZVYTegqYCkJGxg62J3raYpBiP9imhh1tFEdTKr",
            "last_final_block": "HbFDgegEkX4EH2PhxVhkq74FH1cJWNDfiQ9VxvpreEgS",
            "latest_protocol_version": 63,
            "next_bp_hash": "CFzZdzhvDSNboEwgtevxpz4gET5ZsWdmrFbjFviiENgP",
            "next_epoch_id": "AgjVJKR2y5aEgTN6Jyq3BA84ysJgEApvJg9d4xvFd3xw",
            "outcome_root": "FvfW2rXeUynbXcPNqZoRFSibb3MKjyeiDg9FFuvjKbEb",
            "prev_hash": "JD1ZkKZVYTegqYCkJGxg62J3raYpBiP9imhh1tFEdTKr",
            "prev_height": 110611428,
            "prev_state_root": "8r4ojx3yR9ZW4PWrjAEYMjwi2GXJ7F9XcMnArboSruRR",
            "random_value": "DX7KJCv9hgrnnypYnxq7FEL9aTQaHoYnUjW1ujMK9Q58",
            "rent_paid": "0",
            "signature": "ed25519:4PsxvR8kcpVbsF7Cttk6FdpHwcdjNWXo6uzynFbgm9KoKTmpGSP7NHNcmGRj4MQbKUJKXGcrZCMXF7XeYbHSbRbP",
            "timestamp": 1705476352787522600,
            "timestamp_nanosec": "1705476352787522495",
            "total_supply": "1172641703947499514755250491529704",
            "validator_proposals": [],
            "validator_reward": "0"
        }
    },
    "id": "Crypto APIs"
}
curl --location --request POST https://gcp-europe-west1-c.json-rpc.cryptoapis.io/nodes/shared/optimism/mainnet; 
--header 'Content-Type: application/json' 
--data-raw '{ 
"jsonrpc": "2.0", 
"method": "eth_blockNumber", 
"params": [], 
"id": "Crypto APIs" 
}' 



{
    "jsonrpc": "2.0",
    "id": "Crypto APIs",
    "result": "0x21a87c7"
}
curl --location --request POST https://gcp-europe-west1-c.json-rpc.cryptoapis.io/nodes/shared/fantom/mainnet; 
--header 'Content-Type: application/json' 
--data-raw '{ 
"jsonrpc": "2.0", 
"method": "eth_blockNumber", 
"params": [], 
"id": "Crypto APIs" 
}' 


Response:


{
    "jsonrpc": "2.0",
    "id": "Crypto APIs",
    "result": "0x21a87c7"
}
curl --location 'https://gcp-europe-west1-c.json-rpc.cryptoapis.io/nodes/shared/filecoin/mainnet' \
--header 'Content-Type: application/json' \
--data '{"jsonrpc":"2.0","id":"Crypto APIs","method":"Filecoin.ChainHead","params":[]}'



{"jsonrpc":"2.0","result":{"Cids":[{"/":"bafy2bzacearhvuu7wu3sxu5z4ooscm3seru3az557rnaqnqtyp7wg6mwyhsbk"},{"/":"bafy2bzacebk75ugfl7gg5jvx5qspzyahweyo45yv3orwnqju6fgbkospgwiws"},{"/":"bafy2bzaceau25qxgy5od2bseayjjfbjhgakp45lpbjkx6xg4gv4qhivngzzyg"},{"/":"bafy2bzacedstllaiec7ctzyzydysvopakcqiwhw2fek3iwqnnrib52a7kqwl6"},{"/":"bafy2bzaced6unpticdhxxyrxigv4rf7wffjdrpse6pzbi5q63jbmgtbabykmu"},{"/":"bafy2bzaceb4prvksirjmpl2ut7gpzaply6eugaw5c53az6p5wj6nfktikqr5o"},{"/":"bafy2bzaceap4ifqnkwvl66vtp4cc4ejdk2surj3uqbmlqgggadq6bdfhbahvk"}],"Blocks":[{"Miner":"f01159754","Ticket":{"VRFProof":"h34nTlD0RvLq2Qd707sJqjaEhGscVW9Ak60iIz1OKz6tPFsPYtkITCkJaWoJ53KjC9KDK6YzAYlFyjBdv7I7hg5OpsfyQrZ0ai/iYf4FI/AWbJRX84lXN3CmlU2/U33m"},"ElectionProof":{"WinCount":1,"VRFProof":"iqSwf6MJohhe2K2NTIDgOi181o/6VrbiNbHxpnKQJveH3K9CbE4r5zDrBdaHzY+2CkQFZBd+lBDWvPlUgDgu7Z5s/fbEFEWXg7qjAXBmqhbfDDHcjhdaH3+ttV3A1B9g"},"BeaconEntries":[{"Round":3668865,"Data":"rb1hUtsS/5RVjn6IybluiQKqVrfr6AWJn9Hx1ba7bVQLXL5oU8zx0p9cj4nz0KtdGSwNNMgkTqYWjGxmvCeW08YLHlhRed7KGnpvQldIMYNhWlwF6QsxJjnqKYu8s7CB"}],"WinPoStProof":[{"PoStProof":3,"ProofBytes":"hIkb+RbcWVAcjpE5dWYay+6kA7KtbO+qshia2iV6YedMw/dCDY5TvTPWO9v75XE+tCuriggNAjrlGqF0/0CNC0yPU5P0qbxAzRU4pOuaLhs56bL2lhf2+U+2CKvZEc7cAaYNZDbOWU9Vyl6BaEW5Ht7GD3CEpqwgX8yfGHX2f6T3OVpsmo97KCt3uFO8M+X5iPrNeovTzkrh08ELOPDFq1rd3tcIQZnMjka4cR/KjcOlV8GceyqS4lkVMOJz6N9T"}],"Parents":[{"/":"bafy2bzacebdtarh2y2jrzqfqo35rgb6zrxofosos2o3odb53deczkofy2h3ao"},{"/":"bafy2bzacebg7gp5vyzhgd56k6shdhzsbfdwuk5il6xcqnprcnyeqx24iojy52"},{"/":"bafy2bzacebsl6kxattgsl7m3ldzpaxrffduu5zajmymkdriweawclfnu4hqkk"},{"/":"bafy2bzaceczas2zpxq7wc57dfrrfu3wao3t7hy6gf3ljplhg5ivd6sv45lnza"},{"/":"bafy2bzacecmjx5zjdurvpgcx2xxn55ufbimxroffhibt2rer3ip5h3h7uzpc4"},{"/":"bafy2bzacecwozjq2mshyrh6iww75ykdgzlcysswprb7jqiglxthklxq2vus4g"}],"ParentWeight":"84676927185","Height":3573020,"ParentStateRoot":{"/":"bafy2bzacebzsagoziygjywpqukfz4xrxj5o2rpzusfceuigtbuvfwquqzhofc"},"ParentMessageReceipts":{"/":"bafy2bzacecc2ekk7nawlpsrprjdkgzwpt5c4qqkk26vtarxbzn3mebxjddon6"},"Messages":{"/":"bafy2bzacedr44pv776fwzmtjhwwak27iddxru7gv45276ijfvv3q2gcq75bto"},"BLSAggregate":{"Type":2,"Data":"ufID7iyUHPvWk9bdFlQjN/ppTRU4MQ50EU7dVLJ0HMBfPmazyDRHmUWWyoWvhCd9C8jcn5nftFhfKsdUy7YVfOo+IknIdNEWn/0U405ecleeyU+5DSMKeIKlYnVboJwE"},"Timestamp":1705497000,"BlockSig":{"Type":2,"Data":"ipNvXd785YZV47QrNkisOVn08CbmMXcuSEdPqaPtE4LpDDEOoexmYVCSn1AYXI0jDgs2BK5zmr54s+HfP7BmzLtoEDPXSGxQ6WyY2y4NqWj+UNOYooXmMoj2dYJ4D6QM"},"ForkSignaling":0,"ParentBaseFee":"100"},{"Miner":"f02058146","Ticket":{"VRFProof":"pRPu5GFrtCftrKyLZTEw5TRWLMapi0TLEJdoH7NDZc4cSEhRBZmQAzR7M69+RBwrAp1Q4UyqJN1xtYlVRadqMU3C2J6uvJx3LGRkZXXjI7sTdLSyWVRkA224qjmxLD9E"},"ElectionProof":{"WinCount":1,"VRFProof":"h8zIxIj+Bi5zSzzg4XKnPiC6wyo6Bjl3gVULuSwL3ES3Rrigm27xJa/zmWBDlRaSAlG4l1SVhMseNWpYFIbcIuLqV8MjRl1gz2CgvX7OKzlOotbMZ3XI/OHkatCjnUsl"},"BeaconEntries":[{"Round":3668865,"Data":"rb1hUtsS/5RVjn6IybluiQKqVrfr6AWJn9Hx1ba7bVQLXL5oU8zx0p9cj4nz0KtdGSwNNMgkTqYWjGxmvCeW08YLHlhRed7KGnpvQldIMYNhWlwF6QsxJjnqKYu8s7CB"}],"WinPoStProof":[{"PoStProof":4,"ProofBytes":"heHuoNE1DwYsgQeTldoFAebz2qVxiCn/8GTqbXPc5i+booNwI5mdaadW48W7iJoqjUKUSUTEe3lVciYbNvk+Ae3jv5hK4S47lDHhAYjPpTHBPazAQhsKFVVV6lBqZrfbBs38Va3SP0ZkN9tYJExm2g4Xeflky127Z3ViIm53/5a2bZb2bPlVbE7BrlsVe/NystoMF7qpwyzkLTJtwy+3Sh9WAKuNAJk954Wg2kKFYd3f7160l0QXav+oYfb1lQsr"}],"Parents":[{"/":"bafy2bzacebdtarh2y2jrzqfqo35rgb6zrxofosos2o3odb53deczkofy2h3ao"},{"/":"bafy2bzacebg7gp5vyzhgd56k6shdhzsbfdwuk5il6xcqnprcnyeqx24iojy52"},{"/":"bafy2bzacebsl6kxattgsl7m3ldzpaxrffduu5zajmymkdriweawclfnu4hqkk"},{"/":"bafy2bzaceczas2zpxq7wc57dfrrfu3wao3t7hy6gf3ljplhg5ivd6sv45lnza"},{"/":"bafy2bzacecmjx5zjdurvpgcx2xxn55ufbimxroffhibt2rer3ip5h3h7uzpc4"},{"/":"bafy2bzacecwozjq2mshyrh6iww75ykdgzlcysswprb7jqiglxthklxq2vus4g"}],"ParentWeight":"84676927185","Height":3573020,"ParentStateRoot":{"/":"bafy2bzacebzsagoziygjywpqukfz4xrxj5o2rpzusfceuigtbuvfwquqzhofc"},"ParentMessageReceipts":{"/":"bafy2bzacecc2ekk7nawlpsrprjdkgzwpt5c4qqkk26vtarxbzn3mebxjddon6"},"Messages":{"/":"bafy2bzacedpxth4ch5kbg5oyr7ayeoheskgi3sfpvxqunqn4d32yyeuom3jtm"},"BLSAggregate":{"Type":2,"Data":"jFg7KteWe/JhXzUnTEFNHP5r2B6RaatS2vX4CTcfns8yOwCNN9g7hkKYeXhl8fMxEnyC11FjNHemvCRIuyld1z3HVujOFxYNiB9Xrl7Vh58iGCH9iAaWXyZ2WNVNBy5n"},"Timestamp":1705497000,"BlockSig":{"Type":2,"Data":"kXBHusr1FdJtgTLOF08E52c2g1ADHyxtsKd5OPIB98SBBiFHCOsM1xS3dgQtsfc+CthNgoLbe/6OAhz2mNNs9+QU8loprztJdV+INzKGjDy5ucN25ugzesDeM/HpNpOc"},"ForkSignaling":0,"ParentBaseFee":"100"},{"Miner":"f01874748","Ticket":{"VRFProof":"lOjfmuznoprLvJIQ/8EUjRfTctmBsneoeDxLVUHdfQNe+g6pwvbtUved0rR5jcPmDQt3mCknZqHEuj6/JBw6cnQWyXUKelURjAZ9/9Ltgm6qZxoZ/4DLnYB26lSPvX++"},"ElectionProof":{"WinCount":1,"VRFProof":"ge3NUj++hzC2dOHooDoxO+jkwb2zPDfn3O4ORcRYry4pO3vuOyZz/5rU9J/A8nDkBfNidAaykPFTIHd/GGC8eCVstt5JLTFhJFwevjjw7mRyRxqGPDUSmWAFLbidonHd"},"BeaconEntries":[{"Round":3668865,"Data":"rb1hUtsS/5RVjn6IybluiQKqVrfr6AWJn9Hx1ba7bVQLXL5oU8zx0p9cj4nz0KtdGSwNNMgkTqYWjGxmvCeW08YLHlhRed7KGnpvQldIMYNhWlwF6QsxJjnqKYu8s7CB"}],"WinPoStProof":[{"PoStProof":3,"ProofBytes":"r7qBEbBuLp2s+4VLfZLYQQVK55aZJsaydrFareLDRw4RBQWdwRhvxUmSXg2TTbm0spxfE4gi7shlKf3nl8UM9KY6DHZvT2Erd53scteV3RqqAGI9BQjfOpEXDfu9fwPzBZsAftWF/Hj0y0PyjH9QuoeCkCfqJV7eyIr/o/ca7WPJkcctabGRuuwN1YgyZXjCgxKALJjDpdzu8XQEOmXveYUu5cj80T3vmlJaSSVS0vNAmH33TY4rShMAOwhXOiT4"}],"Parents":[{"/":"bafy2bzacebdtarh2y2jrzqfqo35rgb6zrxofosos2o3odb53deczkofy2h3ao"},{"/":"bafy2bzacebg7gp5vyzhgd56k6shdhzsbfdwuk5il6xcqnprcnyeqx24iojy52"},{"/":"bafy2bzacebsl6kxattgsl7m3ldzpaxrffduu5zajmymkdriweawclfnu4hqkk"},{"/":"bafy2bzaceczas2zpxq7wc57dfrrfu3wao3t7hy6gf3ljplhg5ivd6sv45lnza"},{"/":"bafy2bzacecmjx5zjdurvpgcx2xxn55ufbimxroffhibt2rer3ip5h3h7uzpc4"},{"/":"bafy2bzacecwozjq2mshyrh6iww75ykdgzlcysswprb7jqiglxthklxq2vus4g"}],"ParentWeight":"84676927185","Height":3573020,"ParentStateRoot":{"/":"bafy2bzacebzsagoziygjywpqukfz4xrxj5o2rpzusfceuigtbuvfwquqzhofc"},"ParentMessageReceipts":{"/":"bafy2bzacecc2ekk7nawlpsrprjdkgzwpt5c4qqkk26vtarxbzn3mebxjddon6"},"Messages":{"/":"bafy2bzacebhmevx7xihncw45prganwixj6ky5p3ji6ynwar4gbdanrgyosxvw"},"BLSAggregate":{"Type":2,"Data":"h6Qi54fQzAo8R03xGzaGSQ+HzhQOGMxAJkNVL6ONUfkUd4oneHvuMgxZJdWSGn28Cdv6X8PKsdTJ7I/yzhOKWnQXXUpR9JybgOorTc4kZIdFAoYG6gVorAHWuyW+FALo"},"Timestamp":1705497000,"BlockSig":{"Type":2,"Data":"sykL2iNvcOb1U5zXfNYXd3Q9kQ8iH5ISYdPaarEo/O0py2TkKaiBNlD8HbKX2DsZBbuDjBFryM5gtnLy59vOaobKlI5w0PHnzhQuePDZjSd39iVsadNWZb2wpIQOcP+X"},"ForkSignaling":0,"ParentBaseFee":"100"},{"Miner":"f02864389","Ticket":{"VRFProof":"kyoiUjfpvmjIz1KAKSYHgQijQzwbRoPt5x6H42kch2VksIPzMWXR5SwdnzKTN7SvDTtldZdqk2KQo/L5d/V5x6+MwLokEVauatIv+0MdWx2yNAjBiOLKn3iKM/lw5rYB"},"ElectionProof":{"WinCount":1,"VRFProof":"lG3OO4+y219ZuH//h0n5vGvL7Md793qN1rztXRpTNKkEj38OfV2d6anXFEiPca57CjgEhboaBldZ5+BpbyLZe1yq1jQp40m23hCuOCnRbOaU2iUN/3OiaJdt/4OWJD3s"},"BeaconEntries":[{"Round":3668865,"Data":"rb1hUtsS/5RVjn6IybluiQKqVrfr6AWJn9Hx1ba7bVQLXL5oU8zx0p9cj4nz0KtdGSwNNMgkTqYWjGxmvCeW08YLHlhRed7KGnpvQldIMYNhWlwF6QsxJjnqKYu8s7CB"}],"WinPoStProof":[{"PoStProof":3,"ProofBytes":"q+21SCehXwaw39zYUs8FIx1l7WyD4xJKe/b0XRdPSMRQ2R3W5sEjO0C3lUqs5YkwkImBiuxJUAOmvRRv01bzl7GFis/fcMoKmkHIEb7r7DzAwsMRSOEofRFcd4I1b1JoCFhnfYuIIBPRDzdQH7ubiFp3W+20Ce9jc5Cs9o6HylLhU4rQhyMg1IJ8uTqOdC9okbeYmcCWxRjAvpY7KJ1NAtsajpEzrIIPwkO6Io7MC66QJmjGfcYJ+0e5uj4kyFuo"}],"Parents":[{"/":"bafy2bzacebdtarh2y2jrzqfqo35rgb6zrxofosos2o3odb53deczkofy2h3ao"},{"/":"bafy2bzacebg7gp5vyzhgd56k6shdhzsbfdwuk5il6xcqnprcnyeqx24iojy52"},{"/":"bafy2bzacebsl6kxattgsl7m3ldzpaxrffduu5zajmymkdriweawclfnu4hqkk"},{"/":"bafy2bzaceczas2zpxq7wc57dfrrfu3wao3t7hy6gf3ljplhg5ivd6sv45lnza"},{"/":"bafy2bzacecmjx5zjdurvpgcx2xxn55ufbimxroffhibt2rer3ip5h3h7uzpc4"},{"/":"bafy2bzacecwozjq2mshyrh6iww75ykdgzlcysswprb7jqiglxthklxq2vus4g"}],"ParentWeight":"84676927185","Height":3573020,"ParentStateRoot":{"/":"bafy2bzacebzsagoziygjywpqukfz4xrxj5o2rpzusfceuigtbuvfwquqzhofc"},"ParentMessageReceipts":{"/":"bafy2bzacecc2ekk7nawlpsrprjdkgzwpt5c4qqkk26vtarxbzn3mebxjddon6"},"Messages":{"/":"bafy2bzaceckljkswskgojluojq2xpudms3dxwiuk7huqct2l5etocmna5p5ig"},"BLSAggregate":{"Type":2,"Data":"quQ3ND/PYidsWpbu1u2pGULL3UnKNOhrUMyjYTNC3Aqfv7Me4BfKmJCaxB1J13JkEY9l+IaOmmL2oQxNshq49Lkxnf0axBvP3SjnQZAqju6+VPRaMXF4QrYF+XfX7Ozl"},"Timestamp":1705497000,"BlockSig":{"Type":2,"Data":"reh1XnKdXhfSajROLfdaiz3amRs7J3+czvQq+klKz65l/Q2sIc2vnSRrC+D8UVSDAJEgNFgEvUBHYQ35+w+q+HNig8qlhDYXCegYXmdWosazUFREIT3uAu64/ZrElA9V"},"ForkSignaling":0,"ParentBaseFee":"100"},{"Miner":"f02002141","Ticket":{"VRFProof":"h0NeAbIE3k+jZQKKS0a7fmzkRkErmM2qGBaNScEMxSDS2xExdbQJgpQf2+tL0/jbCV1bncVH+FlhBYrY2MtzOv/6T9Yr7ZvDH9K1qQ9YpWIJvp83G+otvzPZnfhwrf7k"},"ElectionProof":{"WinCount":1,"VRFProof":"j2GILppM+iKlrll1UkTwdCpn4/k5UbPBtpQ6lPexsSEc3kXbcO2D+vK2XCH7qYugAbkcylzYA4cG+CUrnQthH0OCIELw7Qt3qpvTIrNF75JZgHfviC43TmQ09MxMhm/G"},"BeaconEntries":[{"Round":3668865,"Data":"rb1hUtsS/5RVjn6IybluiQKqVrfr6AWJn9Hx1ba7bVQLXL5oU8zx0p9cj4nz0KtdGSwNNMgkTqYWjGxmvCeW08YLHlhRed7KGnpvQldIMYNhWlwF6QsxJjnqKYu8s7CB"}],"WinPoStProof":[{"PoStProof":3,"ProofBytes":"h6EZwbjtRkxJwvE/hTkIKefGm/62R1JXbUxabAeW2bBFaNMquWw1/LTHkAiRFyoeiubIfh2uKfMtG2YpqXbz639+AJjPXFpWPTrN0OGQFBxsxLt1ct16SjinNRUNTbwEFg98ZGxNyFtSKwNqN0PAX8vjdc8rG4C7uLLuvYCHGTOnLOOnUKjleFpe/QKagaArsa7bSAZFropHOkpRg3zQS3k3whDO11vAxYyDZM+XyvrPZA62jINO0WHqYHsCvwAh"}],"Parents":[{"/":"bafy2bzacebdtarh2y2jrzqfqo35rgb6zrxofosos2o3odb53deczkofy2h3ao"},{"/":"bafy2bzacebg7gp5vyzhgd56k6shdhzsbfdwuk5il6xcqnprcnyeqx24iojy52"},{"/":"bafy2bzacebsl6kxattgsl7m3ldzpaxrffduu5zajmymkdriweawclfnu4hqkk"},{"/":"bafy2bzaceczas2zpxq7wc57dfrrfu3wao3t7hy6gf3ljplhg5ivd6sv45lnza"},{"/":"bafy2bzacecmjx5zjdurvpgcx2xxn55ufbimxroffhibt2rer3ip5h3h7uzpc4"},{"/":"bafy2bzacecwozjq2mshyrh6iww75ykdgzlcysswprb7jqiglxthklxq2vus4g"}],"ParentWeight":"84676927185","Height":3573020,"ParentStateRoot":{"/":"bafy2bzacebzsagoziygjywpqukfz4xrxj5o2rpzusfceuigtbuvfwquqzhofc"},"ParentMessageReceipts":{"/":"bafy2bzacecc2ekk7nawlpsrprjdkgzwpt5c4qqkk26vtarxbzn3mebxjddon6"},"Messages":{"/":"bafy2bzacecxap47ptbq6d5fxedi66fykdn2eql4hhuzz54bk4rituogvnkhcw"},"BLSAggregate":{"Type":2,"Data":"lTdrM4z/RRcTqL4ny/BJyp6u48ALgcBVldDQu3FxYsi2571Uht1tKBNPxTslINu4E8DnqPNyyxF5EFLBjtFZHeyvbD8KuobQ1sYEH8evDoGdJrwiZ6/N0ZQV12IeWWLk"},"Timestamp":1705497000,"BlockSig":{"Type":2,"Data":"mQHku8jRCESLGs+HmP6SNtHayyA9bgAzaq2YxPQ744KdJoO00u3bMD04rz3+LRLrAGn4cngHP2cYMlCSxQpfQMBTh2MQOj7tMALQDc4fJEz3EAJArxlR3suq2R23xnKY"},"ForkSignaling":0,"ParentBaseFee":"100"},{"Miner":"f02841613","Ticket":{"VRFProof":"rkvEE6YB6+fySgYWcfAd2XcB8Jn7cAqBvZ5xRKP2jkps6TvALOUp+MTPNiiPtTT3AurWtbzrNQF99MwcBkB6oSFMU52Qqu9suIfm6o+3drrFnQZ1nUIxwtqP6cMTrZZn"},"ElectionProof":{"WinCount":1,"VRFProof":"gfblTUROwdc47lCOhhDi4SSABoPKLvtFlkf8FmyYl7An3/x8G/e81GPJvIZuvZL7D95w6OsNAeRTu9Ad9xcY5Y65Tw73pqJlNJNt1iDC63HjGpotaRpYVKxs3xRefP3Q"},"BeaconEntries":[{"Round":3668865,"Data":"rb1hUtsS/5RVjn6IybluiQKqVrfr6AWJn9Hx1ba7bVQLXL5oU8zx0p9cj4nz0KtdGSwNNMgkTqYWjGxmvCeW08YLHlhRed7KGnpvQldIMYNhWlwF6QsxJjnqKYu8s7CB"}],"WinPoStProof":[{"PoStProof":4,"ProofBytes":"lIQwvEyAmEiVFViJL4xnAsgdjWKOiCEKz0zIjse+1CyAz2aEpDFO6CgjK3ee37DxkHAF59LRnNnKqvzFOgbsfF3itKZg8QM2D5bjMBazGE6YcBNNWgyYiiL59ztjr203D0SK4pFNp6MaEsx8zIdmAyd2v5BwDFxE6qhN8A+bE49VC7jj24Gch2MkHBA+3iVWt5A0jFKepCBqdbS+rq4s294Nl4nyVmNE8FlOFfzVktOQlKyX8B8M+ZcinpPGCleQ"}],"Parents":[{"/":"bafy2bzacebdtarh2y2jrzqfqo35rgb6zrxofosos2o3odb53deczkofy2h3ao"},{"/":"bafy2bzacebg7gp5vyzhgd56k6shdhzsbfdwuk5il6xcqnprcnyeqx24iojy52"},{"/":"bafy2bzacebsl6kxattgsl7m3ldzpaxrffduu5zajmymkdriweawclfnu4hqkk"},{"/":"bafy2bzaceczas2zpxq7wc57dfrrfu3wao3t7hy6gf3ljplhg5ivd6sv45lnza"},{"/":"bafy2bzacecmjx5zjdurvpgcx2xxn55ufbimxroffhibt2rer3ip5h3h7uzpc4"},{"/":"bafy2bzacecwozjq2mshyrh6iww75ykdgzlcysswprb7jqiglxthklxq2vus4g"}],"ParentWeight":"84676927185","Height":3573020,"ParentStateRoot":{"/":"bafy2bzacebzsagoziygjywpqukfz4xrxj5o2rpzusfceuigtbuvfwquqzhofc"},"ParentMessageReceipts":{"/":"bafy2bzacecc2ekk7nawlpsrprjdkgzwpt5c4qqkk26vtarxbzn3mebxjddon6"},"Messages":{"/":"bafy2bzacecxgtrrlh5v6utdlyfqbh2xglal6frb6wsrytb4ua7zkg6yevpdr2"},"BLSAggregate":{"Type":2,"Data":"jLLB+GgvgTKSj9G0acdOsu1UfpaLUM7n1VY4uSYvaF8O9hzF1vWveRq3ce4TgymMAtLVZSGKgH4/DrAZNKVck4SP11KcEdQSK7Qeonx1D9+MzdLuo0gHMsATHBQ5oClE"},"Timestamp":1705497000,"BlockSig":{"Type":2,"Data":"h8yDdynr8vND61aF9QtZmyy4xYwWezoinsPsM8SAQGOjuu+cRS8IM3QKZDz8fkduB9Yr69Yhz9Bod3G15pmdJAyZT9lXBhsXOBr6fpXq0JWfBmJUNpZ8zQJx+sGsySRn"},"ForkSignaling":0,"ParentBaseFee":"100"},{"Miner":"f01945216","Ticket":{"VRFProof":"l65OZW4ggqbmHg6gpf5fr3uqLvzVHdfXkRXzvL5yKuQw1I/wbknZ8LVe3nLAR4qVCPBBSEXV81ouHkmBbG5kP6HF3nuJJyBfmcxW7THmrUpYF4VH/TbGCOJc/E4vEtnk"},"ElectionProof":{"WinCount":1,"VRFProof":"uWkYlnKNXcNa4o4ULia1SyOX8I4WuTZ/ns+G2zL1QrJDeROvK60kxtuBy9rHZS9NA8S+QGJva5Wj6PwAd2gz1D5i9B0UlpJqnoOH8HZoQrDvHNNYUUC+T2b09BiN8Lq8"},"BeaconEntries":[{"Round":3668865,"Data":"rb1hUtsS/5RVjn6IybluiQKqVrfr6AWJn9Hx1ba7bVQLXL5oU8zx0p9cj4nz0KtdGSwNNMgkTqYWjGxmvCeW08YLHlhRed7KGnpvQldIMYNhWlwF6QsxJjnqKYu8s7CB"}],"WinPoStProof":[{"PoStProof":3,"ProofBytes":"kJZPKfKvH+m7KvNzgcU321srB4A0iQQfVlv+BZaxgdJNB2Ljp7lbCrQq2m3avHwviCFyHYpcKZDJxJiX46/N1KxFtka1/8x705778NxHLk4TsTfRo2n5C8WP7RtIZfPCDXux6Ig5+aAdf1KES1WwY/y0mZRcdzthxmR1anniouEPApDul38PG0agN64yb95DhccTeHdE/Z2FZBgj5LwEMN+N+YAjLf5YCUgFSjh/b8WC9WsihEg8rP9xeyVHkrlm"}],"Parents":[{"/":"bafy2bzacebdtarh2y2jrzqfqo35rgb6zrxofosos2o3odb53deczkofy2h3ao"},{"/":"bafy2bzacebg7gp5vyzhgd56k6shdhzsbfdwuk5il6xcqnprcnyeqx24iojy52"},{"/":"bafy2bzacebsl6kxattgsl7m3ldzpaxrffduu5zajmymkdriweawclfnu4hqkk"},{"/":"bafy2bzaceczas2zpxq7wc57dfrrfu3wao3t7hy6gf3ljplhg5ivd6sv45lnza"},{"/":"bafy2bzacecmjx5zjdurvpgcx2xxn55ufbimxroffhibt2rer3ip5h3h7uzpc4"},{"/":"bafy2bzacecwozjq2mshyrh6iww75ykdgzlcysswprb7jqiglxthklxq2vus4g"}],"ParentWeight":"84676927185","Height":3573020,"ParentStateRoot":{"/":"bafy2bzacebzsagoziygjywpqukfz4xrxj5o2rpzusfceuigtbuvfwquqzhofc"},"ParentMessageReceipts":{"/":"bafy2bzacecc2ekk7nawlpsrprjdkgzwpt5c4qqkk26vtarxbzn3mebxjddon6"},"Messages":{"/":"bafy2bzaceckljkswskgojluojq2xpudms3dxwiuk7huqct2l5etocmna5p5ig"},"BLSAggregate":{"Type":2,"Data":"quQ3ND/PYidsWpbu1u2pGULL3UnKNOhrUMyjYTNC3Aqfv7Me4BfKmJCaxB1J13JkEY9l+IaOmmL2oQxNshq49Lkxnf0axBvP3SjnQZAqju6+VPRaMXF4QrYF+XfX7Ozl"},"Timestamp":1705497000,"BlockSig":{"Type":2,"Data":"plcNTF+muL/q6XqCzNBh3bo6o30l3J39G2I1JIy6OIsFrUv5y97PTP3QyxcVwhkNCWQKRadErf9USQ4pSTZLTgbANTgjKZx00ggR5L6Ks5T3VNk09yOIleHNukAsOT3P"},"ForkSignaling":0,"ParentBaseFee":"100"}],"Height":3573020},"id":"Crypto APIs"}
curl --location 'https://gcp-europe-west1-c.json-rpc.cryptoapis.io/nodes/shared/sui/mainnet' \
--header 'Content-Type: application/json' \
--data '{
"jsonrpc": "2.0",
"method": "sui_getTotalTransactionBlocks",
"params": [],
"id": "Crypto APIs"
}'

=============


{
    "jsonrpc": "2.0",
    "result": "1110242638",
    "id": "Crypto APIs"
}

Shared Nodes: At Your Service

Bring Your Blockchain Development To The Next Level With Our Powerful Shared Nodes Infrastructure

Monitoring & Insights

Keep track on your node usage and logs. We monitor your nodes in real-time using powerful metrics so you can have a better understanding of your product's usage, performance and insights.

Cost Effective & Reliable

Budget-friendly solution using shared resources to lower expenses compared to our advanced dedicated nodes infrastructure. Receive consistent data access and 99.9% uptime with the best performance-to-price ratio.

Outstanding Performance

Shared nodes deliver rapid data retrieval and enhanced API performance, allowing your development team to concentrate on product development while we manage everything else.

Multiple Locations

Crypto APIs provides a multi-geo node infrastructure platform using leading cloud providers across the globe. You can select the preferred region for your blockchain node and we guarantee quick response time.

Smart Load Balancer

Our engine intelligently spreads the requests across nodes to maximize speed and capacity utilization, ensuring high response time, complete data correctness, and scalability for your dApp.

Custom Plans

Get your private dedicated node with a custom plan to build and scale without limitations. If you’re looking for a lighter option, join a shared node and choose from our subscription plans.

Direct access to top blockchains and networks

Select Your Node as a Service

Shared Node

Shared node infrastructure is a secure and budget-friendly way to build and scale your dApp on the biggest blockchains. The ideal option to jump-start your Web 3 projects and go to market in days.

  • Get instant access
  • Pay as you go
  • One-click setup
Sign Up

Dedicated Node

Harness the full power of the blockchain with access to nodes that are exclusively yours. Dedicated Node as a Service is a premium solution ideal for building and scaling your blockchain-based project.

  • Enterprise-grade security
  • Custom plans
  • Dedicated support
Get Started

Self-Managed Node

Need to keep everything on your side? No problem. As experienced node infrastructure provider, we will happily assist you to deploy and scale your own nodes on your on-premise and self-managed infrastructure.

  • Private on-premise node
  • Integration assistance
  • Tailored solution
Contact Us

Infrastructure optimized for growth

100+

Networks Supported

25ms

Avg Processing Time

25,000+ rq/s

Enterprise-ready

100+ TB

of Big Data

Frequently Asked Questions

What is Crypto APIs?

Crypto APIs is a blockchain infrastructure layer that radically simplifies the development of blockchain and crypto related applications by providing all needed blockchain APIs. We provide fast, reliable, and unified API solutions to access real-time and historical data from crypto market and blockchain protocols.

What products does Crypto APIs offer?

Crypto APIs is a set of blockchain- and crypto-related products which can help you reduce your development and infrastructure costs. It's an infrastructure layer which significantly reduces your go to market time. - Wallet as a Service - an MPC digital wallet that incorporates the best features, security and authorization processes on the market. - Blockchain Data - Unified access to complex and dynamic blockchain data from a single point using REST APIs. - Blockchain Events - monitor and be notified for webhooks on top blockchain protocols using unified requests and callbacks - Node as a Service - shared and dedicated node infrastructure for top blockchains using JSON-RPC. - Key Management System - open-source key management system for secure HD wallet generation and storing of private keys. - Blockchain Tools - a collection of API endpoints that provide an easy connection with blockchains and perform certain operations. - Blockchain Automations - forward automatically any received coins or tokens to a preferred main deposit address. - Market Data - real-time market data from top crypto exchanges in one place.

Who are our intended customers?

Crypto APIs product suite has multiple use cases. Our infrastructure is designed to best serve any SMEs, enterprises or crypto-enthusiasts who need quick, secure and reliable access to top blockchain nodes. You can check our website to see the crypto and blockchain products that we offer and for any questions, don't hesitate and contact our team.

Where has Crypto APIs established its registration?

Crypto APIs Inc. is a registered brand in Delaware, United States.

Which blockchains networks are supported?

We currently support over 50 blockchains, including their testnets and mainnets. Detailed information about the supported networks is available on each dedicated service webpage. For some products, such as "Dedicated node as a service", we offer extended support beyond the listed blockchains.

Do you support testnet networks?

Yes, we support testnet networks for mutiple blockchains. We also offer a free subscription plan to be used over testnet networks.

Do you use one node per network?

We have a pool of nodes that we use, all hosted with us. If it happens one to go offline, there is always another one that will continue processing.

Do you use your own nodes or shared ones?

We don’t use shared nodes. The pool of nodes we use is owned by Crypto APIs.

How can I contact support?

You can contact our support team via Live Chat or Support Email. When you contact us, please use the email address associated with your Crypto APIs account, or the email added as a Team member in another Crypto APIs account.

Do you offer a free plan/trial/demo for Crypto APIs?

We do not offer trial or demo for Crypto APIs products. We do however offer a free subscription instead, which can be used over testing networks.

Can I use more than one Crypto APIs product at once?

Yes, you can use as many of our services as you wish. Our blockchain infrastructure is providing flexibility and is allowing you to continue using us even after you reach your subscription plan limits.

I need more custom settings for my subscription, is it possible?

Yes. We have a Custom option for subscription. To set it up you can directly discuss it with one of our representatives by contacting our team.

What is Pay As You Go?

Pay As You Go is our pricing model designed to eliminate any restrictions that could be limiting our clients from achieving their goals exactly when they need to. It enables customers on any of our paid plans to continue using our services beyond their plan's credit limit. Once you reach your credit limit, you will be notified by mail, and our Pay As You Go will automatically let you continue using our services without interruption at a slightly higher cost.

How can I pay for the service?

We accept payment methods such as debit and credit cards (Visa, MasterCard) by using our payment provider Stripe. We can also offer you an alternative way to pay for your subscription plan, such as wire transfers, pay with cryptocurrency or PayPal. For more information, contact our business development team at [email protected]

Are payments for Crypto APIs services recurring?

Yes, our service plans are subscription-based, with payments recurring automatically until customers cancel their subscriptions. Please note that upon cancellation, clients are responsible for covering the costs of the current payment term. The subscription will be cancelled at the start of the next payment cycle.

Can I prepay for my subscription for a longer period?

Yes, you can. Please contact our team at [email protected] to discuss the duration, payment methods, and terms.

Do you offer discounts?

We may offer discounts based on your subscription. Discounts are available for larger packages and longer-term subscriptions (yearly). If you believe your subscription qualifies for a discount, please contact our team right away!

What happens when I cancel my plan subscription?

If you decide to cancel your subscription, you will continue to have access to our services until the end of your current payment cycle. After that, your paid services will be discontinued. For example, if you are on a monthly subscription and cancel halfway through the month, you will still have access to paid services for the remaining two weeks. Please note that 30 days after your subscription is canceled, all data associated with your account, including your fund balance in Wallet as a Service and Blockchain Automations Service, will be permanently deleted.

What is "Throughput"?

Throughput is the metric we use to measure the number of credits that can be spent per second. Each subscription plan includes both soft and hard throughput limits. Soft throughput represents the number of requests per second included in clients chosen subscription plan. Clients can exceed the soft limit if necessary, with slightly higher credit consumption than specified in their chosen subscription plan. However, once the hard throughput limit is reached, clients will have reached the absolute maximum allowed. To increase your hard throughput limit, please upgrade your subscription plan or contact us to create a custom plan that meets your specific needs.

How many credits does an endpoint cost?

You can see the credits cost for each endpoint in our official Documentation. Simply select the endpoint you want information for and the credits cost is displayed at the end of the page.

You might also be interested in