{
  "openrpc": "1.2.6",
  "info": {
    "title": "Ethereum Blockbook API",
    "description": "Quicknode Ethereum Blockbook API reference",
    "version": "1.0.0"
  },
  "methods": [
    {
      "name": "bb_getAddress",
      "summary": "Returns balances and transactions of an address.",
      "description": "Returns balances and transactions of an address. The returned transactions are sorted by block height, newest blocks first.",
      "params": [
        {
          "name": "address",
          "description": "The Ethereum address for which the balance and transactions need to be retrieved",
          "required": true,
          "schema": {
            "type": "string"
          }
        },
        {
          "name": "object",
          "description": "The options object with the following fields:",
          "schema": {
            "type": "object",
            "properties": {
              "page": {
                "type": "integer",
                "description": "The page you would like to retrieve."
              },
              "size": {
                "type": "integer",
                "description": "The number of transactions you would like on each page."
              },
              "fromHeight": {
                "type": "integer",
                "description": "Filter of the returned transactions from block height"
              },
              "toHeight": {
                "type": "integer",
                "description": "Filter of the returned transactions to block height"
              },
              "details": {
                "type": "string",
                "description": "It must be one of the following values: basic, txids, or txs"
              },
              "secondary": {
                "type": "string",
                "description": "The secondary (fiat) currency in which the token and total balances are returned in addition to crypto values. Must be one of: usd|eur"
              }
            }
          }
        }
      ],
      "result": {
        "name": "result",
        "description": "bb_getAddress result",
        "schema": {
          "type": "object",
          "properties": {
            "page": {
              "type": "integer",
              "description": "The page number returned in this response"
            },
            "totalPages": {
              "type": "integer",
              "description": "The number of pages available for your original query"
            },
            "itemsOnPage": {
              "type": "integer",
              "description": "The maximum number of transactions returned in this response"
            },
            "address": {
              "type": "string",
              "description": "The address you provided in the original query"
            },
            "balance": {
              "type": "string",
              "description": "The balance of Ether in wei for the specified Ethereum address"
            },
            "unconfirmedBalance": {
              "type": "string",
              "description": "The unconfirmed balance of Ether in the specified Ethereum address"
            },
            "unconfirmedTxs": {
              "type": "integer",
              "description": "The number of unconfirmed transactions associated with the specified Ethereum address"
            },
            "txs": {
              "type": "integer",
              "description": "The total number of transactions associated with the specified Ethereum address."
            },
            "nonTokenTxs": {
              "type": "integer",
              "description": "The number of non-token transactions (regular Ether transactions) associated with the specified Ethereum address"
            },
            "internalTxs": {
              "type": "integer",
              "description": "The number of internal transactions (transactions that are triggered by contract interactions) associated with the specified Ethereum address"
            },
            "txids": {
              "type": "string",
              "description": "An array containing the transaction IDs associated with the specified Ethereum address"
            },
            "nonce": {
              "type": "string",
              "description": "The nonce value of the specified address"
            },
            "tokens": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "description": "The type of token (ERC-20, ERC-721 or ERC-1155 etc)"
                  },
                  "standard": {
                    "type": "string",
                    "description": "The token standard"
                  },
                  "name": {
                    "type": "string",
                    "description": "The name of the token"
                  },
                  "contract": {
                    "type": "string",
                    "description": "The contract address of the token"
                  },
                  "transfers": {
                    "type": "integer",
                    "description": "The number of transfers associated with the token"
                  },
                  "symbol": {
                    "type": "string",
                    "description": "The symbol of the token"
                  },
                  "decimals": {
                    "type": "integer",
                    "description": "The number of decimal places for the token"
                  },
                  "balance": {
                    "type": "string",
                    "description": "The balance of the token in the specified Ethereum address"
                  },
                  "multiTokenValues": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "string",
                        "description": "The token id"
                      },
                      "value": {
                        "type": "string",
                        "description": "The token value"
                      }
                    },
                    "description": "(Optional) An array containing objects with id and value representing the token ID and its corresponding value"
                  }
                }
              },
              "description": "An array containing information about ERC-20, ERC-1155 and ERC-721 tokens associated with the specified Ethereum address"
            }
          }
        }
      },
      "tags": [
        {
          "name": "bb"
        }
      ],
      "externalDocs": {
        "description": "Quicknode docs",
        "url": "https://www.quicknode.com/docs/ethereum/bb_getAddress"
      },
      "examples": [
        {
          "name": "bb_getAddress example",
          "params": [
            {
              "name": "address",
              "value": "0xEA60B5FAbf224041119e29cE4e75513BC73F5Edf"
            }
          ],
          "result": {
            "name": "bb_getAddress result",
            "value": {
              "page": 1,
              "totalPages": 1,
              "itemsOnPage": 1000,
              "address": "0xEA60B5FAbf224041119e29cE4e75513BC73F5Edf",
              "balance": "43003032035204575",
              "unconfirmedBalance": "0",
              "unconfirmedTxs": 0,
              "txs": 104,
              "nonTokenTxs": 73,
              "internalTxs": 7,
              "txids": [
                "0xbab06a357a974bc1b6b4818c2a3f28e5e29de56c1a9c1749dfaa05f48a9d35ee",
                "0x75b9e9b45201f7c5d9cf363fa2848dbdb020ccf3e9cde7b94328c1d9aaa2e90f",
                "0xfcd76087c9ba39276f0d94c50581186a334f05b43aa79b7877036df13f1659e2",
                "0x5b0f32e72c4b195e2bf02eb65c6ab1618ee40ea6471a0c93a89ce25577946c43",
                "0xe93d9e10b4e0f3c69cef1bb71fd1cf1799e59df91e053b8614486d5986b3c099",
                "0xa810ad9ed52137d1e689180923d89e8552cc5d3db69e281df4db39cb8ac12e02",
                "0x6da01dd306feb63601172c45770824976fea521f80cf632ec79a167ecd9f6a17",
                "0xc61471616dd2915aceb2180729b313d77f75c74a58d9c27fddbd7b32bf5f7bd7",
                "0x8974b77db13ecfbe6cf7a67970e208d702eef66df2bcf8c1da33b8eef2c37c71",
                "0x2ce9474d092a620725009e48580fbc48ff34f780f0e3709a14f335827a457050",
                "0x9755d87319b44b6eb2c3f232afbccfce5ca7eabc4edf1cd7213cd94f38ce9208",
                "0xcf58d1a7c6d05bce7ef1be20cb12ad5ae5b223336dc62718b4ca660cae459bb6",
                "0xe114674fda5a89b8d35f060bd7b29da58a486b8ee640d027eacac8b1d3379da2",
                "0x670710b9f206b82f945557359620765953ea17463937604c23ac1d21d3fffde3",
                "0x73eded93992570e659633061fd21dbf27ab94cf6e7dd3ebb13eddc9137ef700b",
                "0x436ddde18471ef1bb8c876b049e6eb7fdab8c3b84a2597374e439cc8a35f3dab",
                "0xeff8e3f4b29397b52e56ac7263dd0628d8ffd8d282717d314d513aeb283ea4c8",
                "0x763dbbf4b226e9637a0377c8891e4fde20ed46bcae2384a2447748031110496f",
                "0x26e52ad2a27644f493e22d37c1e6882d69b4826af28e79a2e33abc6cc303f8f5",
                "0x8236b6edc687fa0f462dcaec445fa734153beaacdf272f4d14ad5af6cffc0497",
                "0xdb0e9f96cad386b32df0b03222a6d9465ac31569910c9d0614de5ea4ce40175b",
                "0x6fc6ec0e3c97707467b92a1fc2777a43525c5cae02bf0928f0fcc2fca5597243",
                "0xd5ab71b461328b84ade881cdb8fb923ba9254abf5e290f8f7b3299082fb5218f",
                "0xced1756780d8c9592f5801e33352e5aae6dbd480bde785f9a74ce90994df2884",
                "0x70c606d7a62a9b3c28aadf874c70f38d6eda40f7be8264d331737905116bbc16",
                "0x27fd93fd238e794b81b648e4fb62ce451515f98ccbdf05f7e5e144ae7da5f16f",
                "0x41d986d01e28399ff09372cab2a33af55ef68e4911ca84af0926dc7c0f8def8d",
                "0x07b1505f652e26ff1bdb83ac366a6ce57b0eef5ec97f022eca85fcba252a1d14",
                "0x18bb80a1393f11c180e81219d43944ab360dd25bc1a72ed0c1dd32a161630544",
                "0xc3d5c71bd77385b41d47bf48193292cd7b530ef1bb62a3b3cb14c22a274cbf3b",
                "0xc5aa18d1f55eb95e88932f6c990d3e44398919c553b1fcb1b80260f9027fe9e8",
                "0xf7c879fb993812d1637b58c8c74fe6cd74d5ed5caef4f6824e775afb07a72e74",
                "0x0913dc7ec41752ac10ce52ae6007c9f2d843ce11ea0ecd01d5066c1fb332eebb",
                "0xe9c7f9e13c62a2da71b28fd4a652d741dd38b83b7d266803672e9e0f918ebfab",
                "0x085d9073ab90d9790719272b266f0b1f0de59303659753ef7a6548895c2aea9e",
                "0x4bb7e93407d2bcede533cec68eacf4cc7c1e7c324960100db4f632eeff1e9c3f",
                "0x59828f6e698ff275299a3f855bc1142bf7b18683f33bbc0208408da062fac8f0",
                "0x3d512bdf49777a24c2d749b99e70a922f9923cf7fef595fa446428686f964b25",
                "0x102a3ca45c669c69679c88393d67813f4b8e228afa9fcfb5937e2ab67a58cbd9",
                "0x51792cf4fec42d945fd773ac686cc22a7ac5a4c46aa6af44adcde63a89b59d15",
                "0x116859563aa7b4d3cc2dd359c35faf0141aa12bd878abfd9e857b983a5db1fad",
                "0x31521d817986f8abe7fad1dcc6eb6cf03362cb6b8804480085473c16956d7bad",
                "0xda6658e4f9c527d4cf1e683b9e1905334fb0e4b6ac08562ecd9d1fbf7c86445a",
                "0xeafbd5c93f4f2628b26e356a7d5861d0c14e0147aac23c251edd742511af991b",
                "0xa9a3bf19e0d9983aa63b8260ff29b2172eb851aa3301d4993439b2c54ec1f3e9",
                "0x66287529f140c7211d77c4f09c7f649317cc422d0d49360cf575a69063271f94",
                "0xe959c505183c50c9c8e47f46904def041ac3c48ca0fbdc9e90ac38d7ad5af39d",
                "0xb89a6f8f7fa78c6f0663a091d2f5c61fd647cd081da8c6c0e718f8f9c7b05ddf",
                "0xd6561e8a16a4d6249b68e066af6ec691af6cd89301c630d4e3f4a1febb848658",
                "0x920ff61bfcae8ad78c62fae863071288c3e16e115ffe39d438ed3624c4040442",
                "0xd7f68431882514ccdd3b20477c8911f956e7ec619af24dd14c69b6bdad9bb59d",
                "0xa793820482c98f6e5b40fe4eeadc12c11d231fdcd9252f0b23d650439546336e",
                "0xf54d90597f1339c51bf213b8f224bcaf083ae88e76e755b86913f0f6bccfd144",
                "0x4db129824d15ddcfbe0f8caf9c2b3ab270dceb39411d798f6078b0bbe284187e",
                "0xf9af6e98ba20d15a3ab4421f662c90dc4aacbd8e70537dbbfcd66d12ecaa8c34",
                "0xa33ac70a82ef295681fa558d9f22a3dbed83e00790c1c697dc2fb85eb2e76dc6",
                "0x929fbceaa7d730354d937b0ed9d25c2264ffef17b79c5a70fded8e022a1c5232",
                "0x522f468918f26c5e9b8cffb6b067dac23915de81fafdd1052593663a1bc3a0ce",
                "0xbf9e7ff55b9baa54f1df81f96719ae3be293b514fd47cdb611c1080717438bdd",
                "0x3ad6085de1c8057e5ff45981ad5362aba98c125f65c9964257a17ef11bc32ea4",
                "0x9d076c21275c05e47c07ec5f69d139c7149b1b6d6c6c923f674043b771897129",
                "0x21cb29edc7682a3c8f6287c604ba1ee4f8c1144edcf285c5cba1ea98845a8737",
                "0x742da29489ba0cb1a52e376ef418069a02e7b48fd8424b8e6cd129d0b12693df",
                "0xbf6afaffecb3f8f1ed1c433378581719df82a50a54be6ce847e4315e3d81f26a",
                "0xcca56b5065ee39be5da20cc7f49b1608b1682c3a3ffb0c566f83dea3c812b802",
                "0x32e2f9457bbab4aba06643989e59a8034f72f90ae8bac5fb3a75051028e3b300",
                "0x13af93aa266220fa79e24f6b9704b43d316e1203d8f482d2e4212e583b43cba6",
                "0xbbd1c2ef9e3700a93e5e049c05081c0b9bc86880c39ee4153d6a4306ea3dcf06",
                "0x7dabf9ab6940a5a6fd869827790b3822518566a3dd5fb0620eb2e1c360dd7e22",
                "0x681aa73295d823cd6ae93e42569e79290c358f7074f01eeefae8894fb70b7dce",
                "0x3b5ebcca5b4c1b162a01af75392c7067c17faf0c1ae1f54259d1e40673060e71",
                "0xd81cc6151cf79529ff54bd4f4cec28bca4439f92ed77200f1859a2c09a58b659",
                "0xf8f222b994ed6defc2d413a84f925534630956900f8cc3149ccb366fbfc3129a",
                "0xbbf738771401ed2820ac0bc31d77c7f09634a089678690128fb1dbb0535ffc8b",
                "0xff0cb7a90a90d24add2b564cfd3d1fb7a508a5ab1751914616f780035bac29af",
                "0xb6af4c51cad864018462e79746cb70d846f83cc0b9201172905d0325a421095e",
                "0x4ab0ecd4b86dad2a935a7552a62a2873bdee972904b61b226351c40d3d280884",
                "0x706eecad3b310b742096a2cf9ba2087857ad48f7cd19c7fec60b83be1782ca12",
                "0x0fdb7b266b98f3cfd58cdf0e9de7f22052c3a59bbeaade883401d7973fcf44da",
                "0x8024f4775b2b9fd5236fbaff836caa5b59c63ab66b47f35991add22993b9af60",
                "0x5007dd1ba3b6db766cdc2c6557bedc3032c201368a033a27636486847dfdc06f",
                "0x6e217104762e412e1f6dad38230ab92063f30b1e7d8fc93126e9f724215c962a",
                "0xad7f62c1feb5f510419440bb287995f44fc2ca796a7f55c0c9ced545c7f9bd0a",
                "0xbbb986c53f55d852084916e594be183232236869f3c7072386f706f31bf0602c",
                "0x93e437159e50d241c408ea1c8db82f44014250e7938bbe4d169d1ea88b9d7769",
                "0xd5930a83139e8027846bfdb5b5668bfc0641229148255b373056833899647118",
                "0x2499914bae7f09df0808d8c82d9b2b489ce776925561357e9002eae74eb53944",
                "0x90434854d0c2ed822bb49291df3727ddfbaf73bd5f09512898bda670012009ad",
                "0x633527839092be6f1b012f62b113614b4939f5daba1ef8e73f73bb7161b7d069",
                "0xc4432edfc88add765c99d7eae13e394d8df3a97ad09836dc60d78bdd895f4b1d",
                "0x3fb1e0b01bca23b10f616e453fa6620194dbb0841034c9eecf3f92b230006a56",
                "0x59667191c492f2a96b212eac822c2572742b43ccbf83396b2add20cad02a58b3",
                "0xb6d6cce3e6dd9cff910a7a551fd6829130dc3fb842cf74164b45fd56f567c5fa",
                "0x1ed853653c656e4f06e39252f4892aab240e8ba99d245df1d3c49949747048f1",
                "0x5c76dc9c01225732514790bab993198fb499d584d0b7de961264ce07b660c9fd",
                "0xaa00ad6356129748692f9553a2fc4c68cfdd562300da30ba2c7e52f6065bb078",
                "0x6e3f126d9120b87436ba4b46280980f2f5fa3c618f6919533be7a7adee8dfb3e",
                "0x645c2c9846c89429794d1d391bac81c65d54b9eb8a3599184ca17e7984469380",
                "0x3977b70e26d31c3b8db0a73a470ea964c806d58f8f3ea7108d303e7684eb2ade",
                "0x38b4b59f4bdde6889f7ae64f0582b5543a45a2d30cabbaaf246e52f27dfe97ec",
                "0x99adc48e4714df8a68ad7f09ac4c792f7e51bbed0547f648d637f244b72cc499",
                "0x807610315ea637885c964e416cdc101094ae86f0c6a79e16edd1d286b4f1053d",
                "0xb4f4afc21f4d0f82744bd75220c2c3ed6a5861ef8edbe58b0688f44944d42e8f",
                "0x2a93f30f885b6f98b25debb3c1b1a3aad3c87eba58d091d3905dd1d1dccb9132"
              ],
              "nonce": "66",
              "tokens": [
                {
                  "type": "ERC20",
                  "name": "# usdrewards.org",
                  "contract": "0x16D6FB8a5c736feB50579106a39F6e14798A3D22",
                  "transfers": 1,
                  "symbol": "Visit https://usdrewards.org to claim rewards",
                  "decimals": 6,
                  "balance": "3999990000"
                },
                {
                  "type": "ERC20",
                  "name": "$ sPEPE.org",
                  "contract": "0x532669801CD8D8AB54Cb0ccCb20bf652f315258d",
                  "transfers": 1,
                  "symbol": "Reward Token from https://sPEPE.org",
                  "decimals": 18,
                  "balance": "0"
                },
                {
                  "type": "ERC20",
                  "name": "AK47",
                  "contract": "0x28dB56c0E1f1e427E913B7B7b1fe23eC74c2Fbe5",
                  "transfers": 1,
                  "symbol": "AK47",
                  "decimals": 18,
                  "balance": "2876194689758812108"
                },
                {
                  "type": "ERC20",
                  "name": "ANGLE",
                  "contract": "0x31429d1856aD1377A8A0079410B297e1a9e214c2",
                  "transfers": 1,
                  "symbol": "ANGLE",
                  "decimals": 18,
                  "balance": "2796988241521305155995"
                },
                {
                  "type": "ERC20",
                  "name": "Aave interest bearing WETH",
                  "contract": "0x030bA81f1c18d280636F32af80b9AAd02Cf0854e",
                  "transfers": 1,
                  "symbol": "aWETH",
                  "decimals": 18,
                  "balance": "20427538043655314"
                },
                {
                  "type": "ERC20",
                  "name": "Aped",
                  "contract": "0xE0151763455A8a021e64880C238ba1cff3787fF0",
                  "transfers": 1,
                  "symbol": "APED",
                  "decimals": 18,
                  "balance": "6234244295793786954"
                },
                {
                  "type": "ERC1155",
                  "name": "Apex Legends 2022 Mint Pass Origins",
                  "contract": "0x6F3666408F265a9b5A4cF6e9b5A3115D6570CC54",
                  "transfers": 1,
                  "symbol": "Apex Legends 2022 Mint Pass Origins",
                  "decimals": 18,
                  "multiTokenValues": [
                    {
                      "id": "238",
                      "value": "1"
                    }
                  ]
                },
                {
                  "type": "ERC20",
                  "name": "BOB",
                  "contract": "0x7D8146cf21e8D7cbe46054e01588207b51198729",
                  "transfers": 2,
                  "symbol": "BOB",
                  "decimals": 18,
                  "balance": "0"
                },
                {
                  "type": "ERC721",
                  "name": "Base, Introduced",
                  "contract": "0xD4307E0acD12CF46fD6cf93BC264f5D5D1598792",
                  "transfers": 1,
                  "symbol": "BASEINTRODUCED",
                  "decimals": 18,
                  "ids": [
                    "368687"
                  ]
                },
                {
                  "type": "ERC20",
                  "name": "Compound Dai",
                  "contract": "0x5d3a536E4D6DbD6114cc1Ead35777bAB948E3643",
                  "transfers": 1,
                  "symbol": "cDAI",
                  "decimals": 8,
                  "balance": "226206907893"
                },
                {
                  "type": "ERC20",
                  "name": "Dai Stablecoin",
                  "contract": "0x6B175474E89094C44Da98b954EedeAC495271d0F",
                  "transfers": 15,
                  "symbol": "DAI",
                  "decimals": 18,
                  "balance": "0"
                },
                {
                  "type": "ERC20",
                  "name": "DigitalStimmy5SerotonInu",
                  "contract": "0xE45EA8ed49B898478783cC6757384C23283C7A2c",
                  "transfers": 1,
                  "symbol": "UNICORN",
                  "decimals": 18,
                  "balance": "73681108000000000000000000"
                },
                {
                  "type": "ERC20",
                  "name": "EURA (previously agEUR)",
                  "contract": "0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8",
                  "transfers": 1,
                  "symbol": "EURA",
                  "decimals": 18,
                  "balance": "151514148239964213256"
                },
                {
                  "type": "ERC20",
                  "name": "Liquid staked Ether 2.0",
                  "contract": "0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84",
                  "transfers": 2,
                  "symbol": "stETH",
                  "decimals": 18,
                  "balance": "110447777381837447"
                },
                {
                  "type": "ERC721",
                  "name": "Loopy Donuts",
                  "contract": "0x2106C00Ac7dA0A3430aE667879139E832307AeAa",
                  "transfers": 2,
                  "symbol": "DONUT",
                  "decimals": 18,
                  "ids": [
                    "3317",
                    "9340"
                  ]
                },
                {
                  "type": "ERC20",
                  "name": "Matic Token",
                  "contract": "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0",
                  "transfers": 1,
                  "symbol": "MATIC",
                  "decimals": 18,
                  "balance": "13217408333895575469"
                },
                {
                  "type": "ERC20",
                  "name": "Pepe",
                  "contract": "0x6982508145454Ce325dDbE47a25d4ec3d2311933",
                  "transfers": 2,
                  "symbol": "PEPE",
                  "decimals": 18,
                  "balance": "0"
                },
                {
                  "type": "ERC20",
                  "name": "Tether USD",
                  "contract": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
                  "transfers": 2,
                  "symbol": "USDT",
                  "decimals": 6,
                  "balance": "159917703"
                },
                {
                  "type": "ERC721",
                  "name": "The Indifferent Duck",
                  "contract": "0xfaC0b889703ab4Db3426eF67d437BEe3408941aC",
                  "transfers": 1,
                  "symbol": "IndifferentDuck",
                  "decimals": 18,
                  "ids": [
                    "4333"
                  ]
                },
                {
                  "type": "ERC20",
                  "name": "Wojak Coin",
                  "contract": "0x5026F006B85729a8b14553FAE6af249aD16c9aaB",
                  "transfers": 2,
                  "symbol": "WOJAK",
                  "decimals": 18,
                  "balance": "0"
                },
                {
                  "type": "ERC20",
                  "name": "Wrapped Ether",
                  "contract": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
                  "transfers": 2,
                  "symbol": "WETH",
                  "decimals": 18,
                  "balance": "0"
                },
                {
                  "type": "ERC20",
                  "name": "Xpro",
                  "contract": "0x59715ba2f05d6e9ba5ecB10a1212E7258B0c3e40",
                  "transfers": 1,
                  "symbol": "Xpro",
                  "decimals": 18,
                  "balance": "2876194689758812108"
                },
                {
                  "type": "ERC721",
                  "name": "Zora",
                  "contract": "0xabEFBc9fD2F806065b4f3C237d4b59D9A97Bcac7",
                  "transfers": 1,
                  "symbol": "ZORA",
                  "decimals": 18,
                  "ids": [
                    "8012"
                  ]
                },
                {
                  "type": "ERC1155",
                  "name": "aavetoken.net",
                  "contract": "0xf49a758781681D199A44681d855e0EB438bA112d",
                  "transfers": 1,
                  "symbol": "claim rewards on aavetoken.net",
                  "decimals": 18,
                  "multiTokenValues": [
                    {
                      "id": "0",
                      "value": "1"
                    }
                  ]
                },
                {
                  "type": "ERC1155",
                  "name": "claimsteth.net",
                  "contract": "0x7456CA5D2493b7AFb0cd29cbe3C04917b2508686",
                  "transfers": 1,
                  "symbol": "claim rewards on claimsteth.net",
                  "decimals": 18,
                  "multiTokenValues": [
                    {
                      "id": "0",
                      "value": "1"
                    }
                  ]
                },
                {
                  "type": "ERC1155",
                  "name": "fund-eth.net",
                  "contract": "0x0B44F810a74DFC7C1129C178093e4d8c323E5a2B",
                  "transfers": 1,
                  "symbol": "claim rewards on fund-eth.net",
                  "decimals": 18,
                  "multiTokenValues": [
                    {
                      "id": "0",
                      "value": "1"
                    }
                  ]
                },
                {
                  "type": "ERC1155",
                  "name": "getaave.net",
                  "contract": "0x23c62284cc7fA9651C9f4272707BCe6b3259dEa9",
                  "transfers": 1,
                  "symbol": "claim rewards on getaave.net",
                  "decimals": 18,
                  "multiTokenValues": [
                    {
                      "id": "0",
                      "value": "1"
                    }
                  ]
                },
                {
                  "type": "ERC1155",
                  "name": "getsteth.org",
                  "contract": "0x89Cfeab41Ada740C3dd4c4a9B0Ac99975E085DDf",
                  "transfers": 1,
                  "symbol": "claim rewards on getsteth.org",
                  "decimals": 18,
                  "multiTokenValues": [
                    {
                      "id": "0",
                      "value": "1"
                    }
                  ]
                },
                {
                  "type": "ERC20",
                  "name": "pepelp.com",
                  "contract": "0x3a3a4d2d9755283D9e25105B042C5f45BC0Edf05",
                  "transfers": 1,
                  "symbol": "PEPELP",
                  "decimals": 18,
                  "balance": "250"
                },
                {
                  "type": "ERC1155",
                  "name": "rewardsteth.com",
                  "contract": "0xa5D7716040356C523c21D6d17372795a80e7e57F",
                  "transfers": 1,
                  "symbol": "claim rewards on rewardsteth.com",
                  "decimals": 18,
                  "multiTokenValues": [
                    {
                      "id": "0",
                      "value": "1"
                    }
                  ]
                },
                {
                  "type": "ERC1155",
                  "name": "stakedeth.io",
                  "contract": "0xD403df9D51BBD4988e8fb9687313d9C9041c2d54",
                  "transfers": 1,
                  "symbol": "claim rewards on stakedeth.io",
                  "decimals": 18,
                  "multiTokenValues": [
                    {
                      "id": "0",
                      "value": "1"
                    }
                  ]
                },
                {
                  "type": "ERC1155",
                  "name": "stethdao.net",
                  "contract": "0x082F95F4C6F711775a42550fc2D5EFb74a6f6689",
                  "transfers": 1,
                  "symbol": "claim rewards on stethdao.net",
                  "decimals": 18,
                  "multiTokenValues": [
                    {
                      "id": "0",
                      "value": "1"
                    }
                  ]
                },
                {
                  "type": "ERC1155",
                  "name": "stether.net",
                  "contract": "0xf0aCa97d7AEeE860c2B10F7d32E878b2d7Ae54c7",
                  "transfers": 1,
                  "symbol": "claim rewards on stether.net",
                  "decimals": 18
                },
                {
                  "type": "ERC1155",
                  "name": "stethevent.net",
                  "contract": "0x5AdB2AA0b007db884f230DD47c52E5097409a225",
                  "transfers": 1,
                  "symbol": "claim rewards on stethevent.net",
                  "decimals": 18,
                  "multiTokenValues": [
                    {
                      "id": "0",
                      "value": "1"
                    }
                  ]
                },
                {
                  "type": "ERC1155",
                  "name": "stethfinance.com",
                  "contract": "0x9b65B494CCd86462eBADc92b7952BbDE9DAd16b1",
                  "transfers": 1,
                  "symbol": "claim rewards on stethfinance.com",
                  "decimals": 18,
                  "multiTokenValues": [
                    {
                      "id": "0",
                      "value": "1"
                    }
                  ]
                },
                {
                  "type": "ERC1155",
                  "name": "stethnetwork.net",
                  "contract": "0xa43ed971FB6Ba49251ce1e6CD8D30BAd67509fe6",
                  "transfers": 1,
                  "symbol": "claim rewards on stethnetwork.net",
                  "decimals": 18,
                  "multiTokenValues": [
                    {
                      "id": "0",
                      "value": "1"
                    }
                  ]
                },
                {
                  "type": "ERC1155",
                  "name": "stethtoken.net",
                  "contract": "0x5b9f4ACc493580e1cEE64b60f8370764A2Ec519e",
                  "transfers": 1,
                  "symbol": "claim rewards on stethtoken.net",
                  "decimals": 18,
                  "multiTokenValues": [
                    {
                      "id": "0",
                      "value": "1"
                    }
                  ]
                },
                {
                  "type": "ERC1155",
                  "name": "wsteth.net",
                  "contract": "0xF7b5b622707DA08b02E3Fb2282A8Bc336A8dF535",
                  "transfers": 1,
                  "symbol": "claim rewards on wsteth.net",
                  "decimals": 18,
                  "multiTokenValues": [
                    {
                      "id": "0",
                      "value": "1"
                    }
                  ]
                },
                {
                  "type": "ERC721",
                  "name": "",
                  "contract": "0x57f1887a8BF19b14fC0dF6Fd9B2acc9Af147eA85",
                  "transfers": 1,
                  "ids": [
                    "66265872806350825228024071972970094791181885982074220120699218455149422419720"
                  ]
                },
                {
                  "type": "ERC1155",
                  "name": "",
                  "contract": "0x6802dF79bCBbF019Fe5Cb366Ff25720d1365cFd3",
                  "transfers": 1,
                  "multiTokenValues": [
                    {
                      "id": "6",
                      "value": "1"
                    }
                  ]
                },
                {
                  "type": "ERC1155",
                  "name": "",
                  "contract": "0xD374410E9BB22f3771fFBd0b40A07c0Cf44a04FC",
                  "transfers": 1,
                  "multiTokenValues": [
                    {
                      "id": "0",
                      "value": "1"
                    }
                  ]
                }
              ]
            }
          }
        }
      ]
    },
    {
      "name": "bb_getBalanceHistory",
      "summary": "Returns a balance history for the specified address.",
      "description": "Returns a balance history for the specified address.",
      "params": [
        {
          "name": "address",
          "description": "The address for which the balance history is to be fetched",
          "required": true,
          "schema": {
            "type": "string"
          }
        },
        {
          "name": "object",
          "description": "An object specifying additional parameters:",
          "schema": {
            "type": "object",
            "properties": {
              "from": {
                "type": "string",
                "description": "The starting Unix timestamp (in seconds) of the time range for which balance history is requested"
              },
              "to": {
                "type": "string",
                "description": "The ending Unix timestamp (in seconds) of the time range for which balance history is requested"
              },
              "fiatcurrency": {
                "type": "string",
                "description": "The fiat currency in which to convert the balance values"
              },
              "groupBy": {
                "type": "integer",
                "description": "The time interval (in seconds) for grouping the balance data"
              }
            }
          }
        }
      ],
      "result": {
        "name": "result",
        "description": "bb_getBalanceHistory result",
        "schema": {
          "type": "object",
          "properties": {
            "time": {
              "type": "integer",
              "description": "The Unix timestamp (in seconds) representing the end time of the specified time interval"
            },
            "txs": {
              "type": "integer",
              "description": "The number of transactions that occurred within the specified time interval"
            },
            "received": {
              "type": "string",
              "description": "The total amount of ethereum received by the address during the specified time interval"
            },
            "sent": {
              "type": "string",
              "description": "The total amount of ethereum sent from the address during the specified time interval"
            },
            "sentToSelf": {
              "type": "string",
              "description": "The total amount of ethereum sent from the address to itself during the specified time interval"
            },
            "rates": {
              "type": "object",
              "properties": {
                "usd": {
                  "type": "number",
                  "description": "The USD exchange rate for the specified interval"
                }
              },
              "description": "An object providing exchange rates for the specified fiat currencies"
            }
          }
        }
      },
      "tags": [
        {
          "name": "bb"
        }
      ],
      "externalDocs": {
        "description": "Quicknode docs",
        "url": "https://www.quicknode.com/docs/ethereum/bb_getBalanceHistory"
      },
      "examples": [
        {
          "name": "bb_getBalanceHistory example",
          "params": [
            {
              "name": "address",
              "value": "0xEA60B5FAbf224041119e29cE4e75513BC73F5Edf"
            }
          ],
          "result": {
            "name": "bb_getBalanceHistory result",
            "value": [
              {
                "time": 1685689200,
                "txs": 5,
                "received": "0",
                "sent": "10247601921605917",
                "sentToSelf": "0",
                "rates": {
                  "usd": 1907.2123
                }
              },
              {
                "time": 1694048400,
                "txs": 1,
                "received": "0",
                "sent": "0",
                "sentToSelf": "0",
                "rates": {
                  "usd": 1646.305
                }
              },
              {
                "time": 1694084400,
                "txs": 4,
                "received": "0",
                "sent": "8064344277547668",
                "sentToSelf": "0",
                "rates": {
                  "usd": 1646.305
                }
              },
              {
                "time": 1694156400,
                "txs": 1,
                "received": "0",
                "sent": "0",
                "sentToSelf": "0",
                "rates": {
                  "usd": 1636.3542
                }
              },
              {
                "time": 1696716000,
                "txs": 1,
                "received": "0",
                "sent": "0",
                "sentToSelf": "0",
                "rates": {
                  "usd": 1635.0829
                }
              }
            ]
          }
        }
      ]
    },
    {
      "name": "bb_getBlock",
      "summary": "Returns information about the block with transaction objects.",
      "description": "Returns information about the block with transaction objects.",
      "params": [
        {
          "name": "block",
          "description": "The block hash or block height (as a string)",
          "required": true,
          "schema": {
            "type": "string"
          }
        },
        {
          "name": "object",
          "description": "The options object with the following fields:",
          "schema": {
            "type": "object",
            "properties": {
              "page": {
                "type": "integer",
                "description": "The page you would like to retrieve."
              }
            }
          }
        }
      ],
      "result": {
        "name": "result",
        "description": "The details of the result",
        "schema": {
          "type": "object",
          "properties": {
            "page": {
              "type": "integer",
              "description": "The page number returned in this response"
            },
            "totalPages": {
              "type": "integer",
              "description": "The number of pages available for your original query"
            },
            "itemsOnPage": {
              "type": "integer",
              "description": "The maximum number of transactions returned in this response"
            },
            "hash": {
              "type": "string",
              "description": "The block hash"
            },
            "previousBlockHash": {
              "type": "string",
              "description": "The hash of the previous block"
            },
            "nextBlockHash": {
              "type": "string",
              "description": "The hash of the next block"
            },
            "height": {
              "type": "integer",
              "description": "The block height or index"
            },
            "confirmations": {
              "type": "integer",
              "description": "The number of confirmations, or -1 if the block is not on the main chain"
            },
            "size": {
              "type": "integer",
              "description": "The size of the block in bytes"
            },
            "time": {
              "type": "integer",
              "description": "The block time expressed in UNIX epoch time"
            },
            "version": {
              "type": "integer",
              "description": "The block version"
            },
            "merkleRoot": {
              "type": "string",
              "description": "The merkle root"
            },
            "nonce": {
              "type": "string",
              "description": "A number that miners adjust in order to find a block hash that meets the network's specified difficulty target"
            },
            "bits": {
              "type": "string",
              "description": "The value of the nBits field in the block header"
            },
            "difficulty": {
              "type": "string",
              "description": "The estimated amount of work done to find this block relative to the estimated amount of work done to find block 0"
            },
            "txCount": {
              "type": "integer",
              "description": "Total number of transactions within the returned block"
            },
            "txs": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "txid": {
                    "type": "string",
                    "description": "The transaction id"
                  },
                  "vin": {
                    "type": "array",
                    "items": {
                      "type": "object",
                      "properties": {
                        "n": {
                          "type": "integer",
                          "description": "The nonce of this transaction"
                        },
                        "addresses": {
                          "type": "string",
                          "description": "An array of addresses in this transaction"
                        },
                        "isAddress": {
                          "type": "boolean",
                          "description": "Boolean value of whether there is an address or not"
                        },
                        "value": {
                          "type": "string",
                          "description": "The value of this transaction in satoshis"
                        }
                      }
                    },
                    "description": "An array of transaction objects used as inputs for the current transaction"
                  },
                  "vout": {
                    "type": "array",
                    "items": {
                      "type": "object",
                      "properties": {
                        "value": {
                          "type": "string",
                          "description": "The value of this transaction in satoshis"
                        },
                        "n": {
                          "type": "integer",
                          "description": "The nonce of this transaction"
                        },
                        "addresses": {
                          "type": "string",
                          "description": "An array of addresses in this transaction"
                        },
                        "isAddress": {
                          "type": "boolean",
                          "description": "Boolean value of whether there is an address or not"
                        }
                      }
                    },
                    "description": "An array of output transaction objects for the current transaction"
                  },
                  "blockHash": {
                    "type": "string",
                    "description": "The hash of the block at which the transaction was included"
                  },
                  "blockHeight": {
                    "type": "integer",
                    "description": "The block height at which the transaction output was created"
                  },
                  "confirmations": {
                    "type": "integer",
                    "description": "The number of confirmations since this transaction was included in a block"
                  },
                  "blockTime": {
                    "type": "integer",
                    "description": "The unix timestamp of when the block was confirmed"
                  },
                  "value": {
                    "type": "string",
                    "description": "The total value of the transaction"
                  },
                  "fees": {
                    "type": "string",
                    "description": "The fees for the transaction"
                  },
                  "tokenTransfers": {
                    "type": "array",
                    "items": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string",
                          "description": "The type of token transfer"
                        },
                        "from": {
                          "type": "string",
                          "description": "The address from which the tokens are transferred."
                        },
                        "to": {
                          "type": "string",
                          "description": "The address to which the tokens are transferred"
                        },
                        "contract": {
                          "type": "string",
                          "description": "The address of the token contract"
                        },
                        "name": {
                          "type": "string",
                          "description": "The name of the token"
                        },
                        "symbol": {
                          "type": "string",
                          "description": "The symbol of the token"
                        },
                        "decimals": {
                          "type": "integer",
                          "description": "The number of decimal places used by the token"
                        },
                        "value": {
                          "type": "string",
                          "description": "The value of the token transfer"
                        }
                      }
                    },
                    "description": "An array containing details of token transfers within the transaction"
                  },
                  "ethereumSpecific": {
                    "type": "object",
                    "properties": {
                      "status": {
                        "type": "integer",
                        "description": "The transaction status (1 means OK, 0 means Failure, -1 means pending)"
                      },
                      "nonce": {
                        "type": "integer",
                        "description": "The nonce of the transaction"
                      },
                      "gasLimit": {
                        "type": "integer",
                        "description": "The gas limit of the transaction"
                      },
                      "gasUsed": {
                        "type": "integer",
                        "description": "The gas used by the transaction"
                      },
                      "gasPrice": {
                        "type": "string",
                        "description": "The gas price of the transaction"
                      },
                      "data": {
                        "type": "string",
                        "description": "The data associated with the transaction"
                      },
                      "parsedData": {
                        "type": "object",
                        "properties": {
                          "methodId": {
                            "type": "string",
                            "description": "The method id of the transaction data"
                          },
                          "name": {
                            "type": "string",
                            "description": "The name associated with the method ID"
                          }
                        },
                        "description": "The parsed data object which contains the following fields:"
                      }
                    },
                    "description": "Object containing Ethereum-specific transaction details"
                  }
                }
              },
              "description": "A list of txs"
            },
            "addressAliases": {
              "type": "object",
              "properties": {
                "address": {
                  "type": "object",
                  "properties": {
                    "Type": {
                      "type": "string",
                      "description": "The type of the address"
                    },
                    "Alias": {
                      "type": "string",
                      "description": "The label associated with the address"
                    }
                  },
                  "description": "The address object which contains the following fields:"
                }
              },
              "description": "The addressAliases object which contains the following fields:"
            }
          }
        }
      },
      "tags": [
        {
          "name": "bb"
        }
      ],
      "externalDocs": {
        "description": "Quicknode docs",
        "url": "https://www.quicknode.com/docs/ethereum/bb_getBlock"
      },
      "examples": [
        {
          "name": "bb_getBlock example",
          "params": [
            {
              "name": "block",
              "value": "0x043976bc1e8efaf2f4b0e241dfa3ba9f42aa5a1df8ae6548e1f9a9cd256ca9d7"
            }
          ],
          "result": {
            "name": "bb_getBlock result",
            "value": {
              "page": 1,
              "totalPages": 5,
              "itemsOnPage": 20,
              "hash": "000000000000000000016ad86be0be4793bf450d07816ed016cf375838b1dc2b",
              "previousBlockHash": "00000000000000000004c31826d6a6dffb9dbbcf5e0eeb2a4c34e17af6a8f7f0",
              "nextBlockHash": "0000000000000000000a721b5566f7c42e5c57379f1c5c5b1b3a79e49a2f4d3f",
              "height": 736291,
              "confirmations": 106104,
              "size": 1452301,
              "time": 1650984265,
              "version": 536870912,
              "merkleRoot": "a1fc35e3107ef9b9dfe96e65f9f1f5ddb816dec79b56d8a5c12d79132842dbfc",
              "nonce": "1742252906",
              "bits": "386941705",
              "difficulty": "29550774975.76758",
              "txCount": 2548,
              "txs": [
                {
                  "txid": "f735a8a11d732fc8e7f7818e24b6dfc232af9f62d05d6db3faa30bc7a76a1d4b",
                  "vin": [
                    {
                      "n": 0,
                      "isAddress": false,
                      "value": "0"
                    }
                  ],
                  "vout": [
                    {
                      "value": "640625000",
                      "n": 0,
                      "addresses": [
                        "bc1q09vm5lfy0j5reeulh4x5752q25uqqvz34hufdl"
                      ],
                      "isAddress": true
                    }
                  ],
                  "blockHash": "000000000000000000016ad86be0be4793bf450d07816ed016cf375838b1dc2b",
                  "blockHeight": 736291,
                  "confirmations": 106104,
                  "blockTime": 1650984265,
                  "value": "640625000",
                  "valueIn": "0",
                  "fees": "0"
                },
                {
                  "txid": "9e8f80a15684db6d4f73f55f886b3c81939b8562d2879115284a3fb3ede6855a",
                  "vin": [
                    {
                      "n": 0,
                      "isAddress": true,
                      "value": "9875200"
                    }
                  ],
                  "vout": [
                    {
                      "value": "546",
                      "n": 0,
                      "addresses": [
                        "1Nj1p8L6uFfDL6g2tgvLQY4fUgJ9aJJxBx"
                      ],
                      "isAddress": true
                    },
                    {
                      "value": "9873527",
                      "n": 1,
                      "addresses": [
                        "bc1qflw5ee2mm4mh7dnkc89wp8j9weu4ptf5lf335h"
                      ],
                      "isAddress": true
                    }
                  ],
                  "blockHash": "000000000000000000016ad86be0be4793bf450d07816ed016cf375838b1dc2b",
                  "blockHeight": 736291,
                  "confirmations": 106104,
                  "blockTime": 1650984265,
                  "value": "9874073",
                  "valueIn": "9875200",
                  "fees": "1127"
                }
              ]
            }
          }
        }
      ]
    },
    {
      "name": "bb_getBlockHash",
      "summary": "Returns the hash of the block at the given height.",
      "description": "Returns the hash of the block at the given height.",
      "params": [
        {
          "name": "blockHeight",
          "description": "The block height",
          "required": true,
          "schema": {
            "type": "string"
          }
        }
      ],
      "result": {
        "name": "result",
        "description": "A result object with the following field:",
        "schema": {
          "type": "object",
          "properties": {
            "blockHash": {
              "type": "string",
              "description": "The hash of the block at the given height"
            }
          }
        }
      },
      "tags": [
        {
          "name": "bb"
        }
      ],
      "externalDocs": {
        "description": "Quicknode docs",
        "url": "https://www.quicknode.com/docs/ethereum/bb_getBlockHash"
      },
      "examples": [
        {
          "name": "bb_getBlockHash example",
          "params": [
            {
              "name": "blockHeight",
              "value": 19441691
            }
          ],
          "result": {
            "name": "bb_getBlockHash result",
            "value": {
              "blockHash": "0x043976bc1e8efaf2f4b0e241dfa3ba9f42aa5a1df8ae6548e1f9a9cd256ca9d7"
            }
          }
        }
      ]
    },
    {
      "name": "bb_getTickers",
      "summary": "Returns currency rate for the specified currency and date.",
      "description": "Returns currency rate for the specified currency and date. If the currency is not available for that specific timestamp, the next closest rate will be returned. All responses contain an actual rate timestamp.",
      "params": [
        {
          "name": "object",
          "description": "The request object with the following fields:",
          "required": true,
          "schema": {
            "type": "object",
            "properties": {
              "timestamp": {
                "type": "integer",
                "description": "Specify a Unix timestamp to retrieve available tickers for that specific time"
              }
            }
          }
        }
      ],
      "result": {
        "name": "result",
        "description": "A result object with the following field:",
        "schema": {
          "type": "object",
          "properties": {
            "ts": {
              "type": "integer",
              "description": "The Unix timestamp (in seconds) indicating the time at which the exchange rates were queried"
            },
            "rates": {
              "type": "object",
              "properties": {
                "aed": {
                  "type": "integer",
                  "description": "Exchange rate for United Arab Emirates Dirham (AED)"
                },
                "ars": {
                  "type": "integer",
                  "description": "Exchange rate for Argentine Peso (ARS)"
                },
                "aud": {
                  "type": "integer",
                  "description": "Exchange rate for Australian Dollar (AUD)"
                },
                "bdt": {
                  "type": "integer",
                  "description": "Exchange rate for Bangladeshi Taka (BDT)"
                },
                "bhd": {
                  "type": "integer",
                  "description": "Exchange rate for Bahraini Dinar (BHD)"
                },
                "bmd": {
                  "type": "integer",
                  "description": "Exchange rate for United States Dollar (USD)"
                },
                "brl": {
                  "type": "integer",
                  "description": "Exchange rate for Brazilian Real (BRL)"
                },
                "btc": {
                  "type": "integer",
                  "description": "Exchange rate for Bitcoin (BTC)"
                },
                "cad": {
                  "type": "integer",
                  "description": "Exchange rate for Canadian Dollar (CAD)"
                },
                "chf": {
                  "type": "integer",
                  "description": "Exchange rate for Swiss Franc (CHF)"
                },
                "clp": {
                  "type": "integer",
                  "description": "Exchange rate for Chilean Peso (CLP)"
                },
                "cny": {
                  "type": "integer",
                  "description": "Exchange rate for Chinese Yuan (CNY)"
                },
                "czk": {
                  "type": "integer",
                  "description": "Exchange rate for Czech Republic Koruna (CZK)"
                },
                "dkk": {
                  "type": "integer",
                  "description": "Exchange rate for Danish Krone (DKK)"
                },
                "eth": {
                  "type": "integer",
                  "description": "Exchange rate for Ethereum (ETH). This is set to 1, indicating the base currency"
                },
                "eur": {
                  "type": "integer",
                  "description": "Exchange rate for Euro (EUR)"
                },
                "gbp": {
                  "type": "integer",
                  "description": "Exchange rate for British Pound Sterling (GBP)"
                },
                "hkd": {
                  "type": "integer",
                  "description": "Exchange rate for Hong Kong Dollar (HKD)"
                },
                "huf": {
                  "type": "integer",
                  "description": "Exchange rate for Hungarian Forint (HUF)"
                },
                "idr": {
                  "type": "integer",
                  "description": "Exchange rate for Indonesian Rupiah (IDR)"
                },
                "ils": {
                  "type": "integer",
                  "description": "Exchange rate for Israeli New Shekel (ILS)"
                },
                "inr": {
                  "type": "integer",
                  "description": "Exchange rate for Indian Rupee (INR)"
                },
                "jpy": {
                  "type": "integer",
                  "description": "Exchange rate for Japanese Yen (JPY)"
                },
                "krw": {
                  "type": "integer",
                  "description": "Exchange rate for South Korean Won (KRW)"
                },
                "kwd": {
                  "type": "integer",
                  "description": "Exchange rate for Kuwaiti Dinar (KWD)"
                },
                "lkr": {
                  "type": "integer",
                  "description": "Exchange rate for Sri Lankan Rupee (LKR)"
                },
                "mmk": {
                  "type": "integer",
                  "description": "Exchange rate for Myanmar Kyat (MMK)"
                },
                "mxn": {
                  "type": "integer",
                  "description": "Exchange rate for Mexican Peso (MXN)"
                },
                "myr": {
                  "type": "integer",
                  "description": "Exchange rate for Malaysian Ringgit (MYR)"
                },
                "ngn": {
                  "type": "integer",
                  "description": "Exchange rate for Nigerian Naira (NGN)"
                },
                "nok": {
                  "type": "integer",
                  "description": "Exchange rate for Norwegian Krone (NOK)"
                },
                "nzd": {
                  "type": "integer",
                  "description": "Exchange rate for New Zealand Dollar (NZD)"
                },
                "php": {
                  "type": "integer",
                  "description": "Exchange rate for Philippine Peso (PHP)"
                },
                "pkr": {
                  "type": "integer",
                  "description": "Exchange rate for Pakistani Rupee (PKR)"
                },
                "pln": {
                  "type": "integer",
                  "description": "Exchange rate for Polish Złoty (PLN)"
                },
                "rub": {
                  "type": "integer",
                  "description": "Exchange rate for Russian Ruble (RUB)"
                },
                "sar": {
                  "type": "integer",
                  "description": "Exchange rate for Saudi Riyal (SAR)"
                },
                "sek": {
                  "type": "integer",
                  "description": "Exchange rate for Swedish Krona (SEK)"
                },
                "sgd": {
                  "type": "integer",
                  "description": "Exchange rate for Singapore Dollar (SGD)"
                },
                "thb": {
                  "type": "integer",
                  "description": "Exchange rate for Thai Baht (THB)"
                },
                "try": {
                  "type": "integer",
                  "description": "Exchange rate for Turkish Lira (TRY)"
                },
                "twd": {
                  "type": "integer",
                  "description": "Exchange rate for New Taiwan Dollar (TWD)"
                },
                "uah": {
                  "type": "integer",
                  "description": "Exchange rate for Ukrainian Hryvnia (UAH)"
                },
                "usd": {
                  "type": "integer",
                  "description": "Exchange rate for United States Dollar (USD)"
                },
                "vef": {
                  "type": "integer",
                  "description": "Exchange rate for Venezuelan Bolívar (VEF)"
                },
                "vnd": {
                  "type": "integer",
                  "description": "Exchange rate for Vietnamese Đồng (VND)"
                },
                "zar": {
                  "type": "integer",
                  "description": "Exchange rate for South African Rand (ZAR)"
                }
              },
              "description": "An object containing currency codes as keys and their respective exchange rates against ethers as values. Each exchange rate reflects the value of one ether in the corresponding currency"
            }
          }
        }
      },
      "tags": [
        {
          "name": "bb"
        }
      ],
      "externalDocs": {
        "description": "Quicknode docs",
        "url": "https://www.quicknode.com/docs/ethereum/bb_getTickers"
      },
      "examples": [
        {
          "name": "bb_getTickers example",
          "params": [],
          "result": {
            "name": "bb_getTickers result",
            "value": {
              "ts": 1574380800,
              "rates": {
                "aed": 591.9416,
                "ars": 9627.415,
                "aud": 237.3626,
                "bdt": 13666.941,
                "bhd": 60.761036,
                "bmd": 161.15147,
                "brl": 675.74036,
                "btc": 0.021117128,
                "cad": 213.9816,
                "chf": 159.99199,
                "clp": 128550.484,
                "cny": 1132.766,
                "czk": 3717.4102,
                "dkk": 1088.2495,
                "eth": 1,
                "eur": 145.6305,
                "gbp": 124.74091,
                "hkd": 1260.261,
                "huf": 48722.727,
                "idr": 2268529.2,
                "ils": 557.71625,
                "inr": 11562.699,
                "jpy": 17499.93,
                "krw": 189631.78,
                "kwd": 48.929134,
                "lkr": 28959.33,
                "mmk": 244422.77,
                "mxn": 3124.8076,
                "myr": 671.9211,
                "ngn": 58417.41,
                "nok": 1473.5747,
                "nzd": 251.58292,
                "php": 8196.18,
                "pkr": 25026.39,
                "pln": 625.9097,
                "rub": 10266.155,
                "sar": 604.3035,
                "sek": 1550.0177,
                "sgd": 219.63335,
                "thb": 4866.137,
                "try": 918.25726,
                "twd": 4908.996,
                "uah": 3895.3047,
                "usd": 161.15147,
                "vef": 40044150,
                "vnd": 3743871,
                "zar": 2366.4934
              }
            }
          }
        }
      ]
    },
    {
      "name": "bb_getTickersList",
      "summary": "Returns a list of available currency rate tickers (secondary currencies) for the specified date, along with an actual da",
      "description": "Returns a list of available currency rate tickers (secondary currencies) for the specified date, along with an actual data timestamp.",
      "params": [
        {
          "name": "object",
          "description": "The request object with the following fields:",
          "required": true,
          "schema": {
            "type": "object",
            "properties": {
              "timestamp": {
                "type": "integer",
                "description": "Specify a Unix timestamp to retrieve available tickers for that specific time"
              }
            }
          }
        }
      ],
      "result": {
        "name": "result",
        "description": "A result object with the following field:",
        "schema": {
          "type": "object",
          "properties": {
            "ts": {
              "type": "integer",
              "description": "The Unix timestamp (in seconds) indicating the time at which the list of available currencies was queried"
            },
            "available_currencies": {
              "type": "array",
              "items": {},
              "description": "An array containing the currency codes of all the available currencies on the Blockbook service. Some of the available currencies are AED, EUR, GBP, USD, etc"
            }
          }
        }
      },
      "tags": [
        {
          "name": "bb"
        }
      ],
      "externalDocs": {
        "description": "Quicknode docs",
        "url": "https://www.quicknode.com/docs/ethereum/bb_getTickersList"
      },
      "examples": [
        {
          "name": "bb_getTickersList example",
          "params": [],
          "result": {
            "name": "bb_getTickersList result",
            "value": {
              "ts": 1574380800,
              "available_currencies": [
                "aed",
                "ars",
                "aud",
                "bdt",
                "bhd",
                "bmd",
                "brl",
                "btc",
                "cad",
                "chf",
                "clp",
                "cny",
                "czk",
                "dkk",
                "eth",
                "eur",
                "gbp",
                "hkd",
                "huf",
                "idr",
                "ils",
                "inr",
                "jpy",
                "krw",
                "kwd",
                "lkr",
                "mmk",
                "mxn",
                "myr",
                "nok",
                "nzd",
                "php",
                "pkr",
                "pln",
                "rub",
                "sar",
                "sek",
                "sgd",
                "thb",
                "try",
                "twd",
                "uah",
                "usd",
                "vef",
                "vnd",
                "zar"
              ]
            }
          }
        }
      ]
    },
    {
      "name": "bb_getTx",
      "summary": "Returns transaction object for the transaction hash.",
      "description": "Returns transaction object for the transaction hash.",
      "params": [
        {
          "name": "txid",
          "description": "The transaction id",
          "required": true,
          "schema": {
            "type": "string"
          }
        }
      ],
      "result": {
        "name": "result",
        "description": "The details of the result",
        "schema": {
          "type": "object",
          "properties": {
            "txid": {
              "type": "string",
              "description": "The transaction id"
            },
            "vin": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "n": {
                    "type": "integer",
                    "description": "The nonce of this transaction"
                  },
                  "addresses": {
                    "type": "string",
                    "description": "An array of addresses in this transaction"
                  },
                  "isAddress": {
                    "type": "boolean",
                    "description": "Boolean value of whether there is an address or not"
                  }
                }
              },
              "description": "An array of transaction objects used as inputs for the current transaction"
            },
            "vout": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "value": {
                    "type": "string",
                    "description": "The value of this transaction in satoshis"
                  },
                  "n": {
                    "type": "integer",
                    "description": "The nonce of this transaction"
                  },
                  "addresses": {
                    "type": "string",
                    "description": "An array of addresses in this transaction"
                  },
                  "isAddress": {
                    "type": "boolean",
                    "description": "Boolean value of whether there is an address or not"
                  }
                }
              },
              "description": "An array of output transaction objects for the current transaction"
            },
            "blockHash": {
              "type": "string",
              "description": "The hash of the block at which the transaction was included"
            },
            "blockHeight": {
              "type": "integer",
              "description": "The block height at which the transaction output was created"
            },
            "confirmations": {
              "type": "integer",
              "description": "The number of confirmations since this transaction was included in a block"
            },
            "blockTime": {
              "type": "integer",
              "description": "The unix timestamp of when the block was confirmed"
            },
            "value": {
              "type": "string",
              "description": "The total value of the transaction"
            },
            "fees": {
              "type": "string",
              "description": "The fees for the transaction"
            },
            "tokenTransfers": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "description": "The type of token transfer"
                  },
                  "from": {
                    "type": "string",
                    "description": "The address from which the tokens are transferred."
                  },
                  "to": {
                    "type": "string",
                    "description": "The address to which the tokens are transferred"
                  },
                  "contract": {
                    "type": "string",
                    "description": "The address of the token contract"
                  },
                  "name": {
                    "type": "string",
                    "description": "The name of the token"
                  },
                  "symbol": {
                    "type": "string",
                    "description": "The symbol of the token"
                  },
                  "decimals": {
                    "type": "integer",
                    "description": "The number of decimal places used by the token"
                  },
                  "value": {
                    "type": "string",
                    "description": "The value of the token transfer"
                  },
                  "standard": {
                    "type": "string",
                    "description": "The token standard"
                  }
                }
              },
              "description": "An array containing details of token transfers within the transaction"
            },
            "ethereumSpecific": {
              "type": "object",
              "properties": {
                "status": {
                  "type": "integer",
                  "description": "The transaction status"
                },
                "nonce": {
                  "type": "integer",
                  "description": "The nonce of the transaction"
                },
                "gasLimit": {
                  "type": "integer",
                  "description": "The gas limit of the transaction"
                },
                "gasUsed": {
                  "type": "integer",
                  "description": "The gas used by the transaction"
                },
                "gasPrice": {
                  "type": "string",
                  "description": "The gas price of the transaction"
                },
                "baseFeePerGas": {
                  "type": "string",
                  "description": "The base fee per gas for the block, encoded as hexadecimal"
                },
                "maxFeePerGas": {
                  "type": "string",
                  "description": "The maximum fee per gas for the transaction, encoded as hexadecimal"
                },
                "maxPriorityFeePerGas": {
                  "type": "string",
                  "description": "The maximum priority fee per gas for the transaction, encoded as hexadecimal"
                },
                "data": {
                  "type": "string",
                  "description": "The data associated with the transaction"
                },
                "parsedData": {
                  "type": "object",
                  "properties": {
                    "methodId": {
                      "type": "string",
                      "description": "The method id of the transaction data"
                    },
                    "name": {
                      "type": "string",
                      "description": "The name associated with the method ID"
                    },
                    "function": {
                      "type": "string",
                      "description": "The name of the function being called in the smart contract"
                    },
                    "params": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string",
                            "description": "The data type of the parameter"
                          },
                          "values": {
                            "type": "array",
                            "items": {},
                            "description": "The values of the parameters passed to the function"
                          }
                        }
                      },
                      "description": "An array containing information about the parameters passed to the function"
                    }
                  },
                  "description": "The parsed data object which contains the following fields:"
                }
              },
              "description": "Object containing Ethereum-specific transaction details"
            },
            "addressAliases": {
              "type": "object",
              "properties": {
                "address": {
                  "type": "object",
                  "properties": {
                    "Type": {
                      "type": "string",
                      "description": "The type of the address"
                    },
                    "Alias": {
                      "type": "string",
                      "description": "The label associated with the address"
                    }
                  },
                  "description": "The address object which contains the following fields:"
                }
              },
              "description": "The addressAliases object which contains the following fields:"
            }
          }
        }
      },
      "tags": [
        {
          "name": "bb"
        }
      ],
      "externalDocs": {
        "description": "Quicknode docs",
        "url": "https://www.quicknode.com/docs/ethereum/bb_getTx"
      },
      "examples": [
        {
          "name": "bb_getTx example",
          "params": [
            {
              "name": "txid",
              "value": "0xd5ab71b461328b84ade881cdb8fb923ba9254abf5e290f8f7b3299082fb5218f"
            }
          ],
          "result": {
            "name": "bb_getTx result",
            "value": {
              "txid": "0xd5ab71b461328b84ade881cdb8fb923ba9254abf5e290f8f7b3299082fb5218f",
              "vin": [
                {
                  "n": 0,
                  "addresses": [
                    "0xEA60B5FAbf224041119e29cE4e75513BC73F5Edf"
                  ],
                  "isAddress": true
                }
              ],
              "vout": [
                {
                  "value": "0",
                  "n": 0,
                  "addresses": [
                    "0x3a05E5d33d7Ab3864D53aaEc93c8301C1Fa49115"
                  ],
                  "isAddress": true
                }
              ],
              "blockHash": "0x043976bc1e8efaf2f4b0e241dfa3ba9f42aa5a1df8ae6548e1f9a9cd256ca9d7",
              "blockHeight": 19441691,
              "confirmations": 2920152,
              "blockTime": 1710521975,
              "value": "0",
              "fees": "7608183561313657",
              "tokenTransfers": [
                {
                  "type": "ERC20",
                  "from": "0xEA60B5FAbf224041119e29cE4e75513BC73F5Edf",
                  "to": "0xa230285d5683C74935aD14c446e137c8c8828438",
                  "contract": "0x6B175474E89094C44Da98b954EedeAC495271d0F",
                  "name": "Dai Stablecoin",
                  "symbol": "DAI",
                  "decimals": 18,
                  "value": "9800000000000000000000"
                }
              ],
              "ethereumSpecific": {
                "status": 1,
                "nonce": 59,
                "gasLimit": 1000000,
                "gasUsed": 163171,
                "gasPrice": "46627057267",
                "data": "0x870876230000000000000000000000006b175474e89094c44da98b954eedeac495271d0f000000000000000000000000430000000000000000000000000000000000000300000000000000000000000000000000000000000000021342520d5fec20000000000000000000000000000000000000000000000000000000000000000c350000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000",
                "parsedData": {
                  "methodId": "0x87087623",
                  "name": "Bridge ERC20",
                  "function": "bridgeERC20(address, address, uint256, uint32, bytes)",
                  "params": [
                    {
                      "type": "address",
                      "values": [
                        "0x6B175474E89094C44Da98b954EedeAC495271d0F"
                      ]
                    },
                    {
                      "type": "address",
                      "values": [
                        "0x4300000000000000000000000000000000000003"
                      ]
                    },
                    {
                      "type": "uint256",
                      "values": [
                        "9800000000000000000000"
                      ]
                    },
                    {
                      "type": "uint32",
                      "values": [
                        "800000"
                      ]
                    },
                    {
                      "type": "bytes",
                      "values": [
                        ""
                      ]
                    }
                  ]
                }
              },
              "addressAliases": {
                "0xEA60B5FAbf224041119e29cE4e75513BC73F5Edf": {
                  "Type": "ENS",
                  "Alias": "luccastera.eth"
                }
              }
            }
          }
        }
      ]
    },
    {
      "name": "bb_getTxSpecific",
      "summary": "Returns transaction data in the exact format as returned by backend, including all coin specific fields.",
      "description": "Returns transaction data in the exact format as returned by backend, including all coin specific fields.",
      "params": [
        {
          "name": "txid",
          "description": "The transaction id",
          "required": true,
          "schema": {
            "type": "string"
          }
        }
      ],
      "result": {
        "name": "result",
        "description": "The result object with the following fields:",
        "schema": {
          "type": "object",
          "properties": {
            "tx": {
              "type": "object",
              "properties": {
                "nonce": {
                  "type": "string",
                  "description": "The nonce or transaction count of the sender's account"
                },
                "gasPrice": {
                  "type": "string",
                  "description": "The gas price specified by the sender in wei"
                },
                "gas": {
                  "type": "string",
                  "description": "The gas limit or maximum amount of gas that can be used for executing the transaction"
                },
                "to": {
                  "type": "string",
                  "description": "The recipient address of the transaction"
                },
                "value": {
                  "type": "string",
                  "description": "The amount of Ether sent with the transaction"
                },
                "input": {
                  "type": "string",
                  "description": "The data or input parameters for the transaction, typically encoded as hexadecimal"
                },
                "hash": {
                  "type": "string",
                  "description": "The hash of the transaction"
                },
                "blockNumber": {
                  "type": "string",
                  "description": "The block number in which the transaction was included"
                },
                "blockHash": {
                  "type": "string",
                  "description": "The hash of the block in which the transaction was included"
                },
                "from": {
                  "type": "string",
                  "description": "The sender's address"
                },
                "transactionIndex": {
                  "type": "string",
                  "description": "The index of the transaction within the block"
                },
                "baseFeePerGas": {
                  "type": "string",
                  "description": "The base fee per gas for the block, encoded as hexadecimal, or null when unavailable"
                },
                "maxFeePerGas": {
                  "type": "string",
                  "description": "The maximum fee per gas for the transaction, encoded as hexadecimal, or null when unavailable"
                },
                "maxPriorityFeePerGas": {
                  "type": "string",
                  "description": "The maximum priority fee per gas for the transaction, encoded as hexadecimal, or null when unavailable"
                }
              },
              "description": "The tx object which contains the following fields:"
            },
            "receipt": {
              "type": "object",
              "properties": {
                "gasUsed": {
                  "type": "string",
                  "description": "The amount of gas used by the transaction"
                },
                "status": {
                  "type": "string",
                  "description": "The status of the transaction"
                },
                "logs": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "address": {
                        "type": "string",
                        "description": "The address of the contract that emitted the log"
                      },
                      "topics": {
                        "type": "string",
                        "description": "An array of up to four 32-byte log topics"
                      },
                      "data": {
                        "type": "string",
                        "description": "The data portion of the log"
                      },
                      "blockNumber": {
                        "type": "string",
                        "description": "(Optional) The block number where this log was in. null when it's a pending log"
                      },
                      "transactionHash": {
                        "type": "string",
                        "description": "(Optional) The hash of the transactions this log was created from. null when its a pending log"
                      },
                      "transactionIndex": {
                        "type": "string",
                        "description": "(Optional) The integer of the transaction's index position that the log was created from. null when it's a pending log"
                      },
                      "blockHash": {
                        "type": "string",
                        "description": "(Optional) The hash of the block where this log was in. null when it's a pending log"
                      },
                      "logIndex": {
                        "type": "string",
                        "description": "(Optional) The integer of the log index position in the block. null when it's a pending log"
                      },
                      "removed": {
                        "type": "boolean",
                        "description": "(Optional) It is true when the log was removed due to a chain reorganization, and false if it's a valid log"
                      }
                    }
                  },
                  "description": "An array of log objects generated by the transaction. Each log object contains:"
                }
              },
              "description": "The receipt object which contains the following fields:"
            }
          }
        }
      },
      "tags": [
        {
          "name": "bb"
        }
      ],
      "externalDocs": {
        "description": "Quicknode docs",
        "url": "https://www.quicknode.com/docs/ethereum/bb_getTxSpecific"
      },
      "examples": [
        {
          "name": "bb_getTxSpecific example",
          "params": [
            {
              "name": "txid",
              "value": "0xd5ab71b461328b84ade881cdb8fb923ba9254abf5e290f8f7b3299082fb5218f"
            }
          ],
          "result": {
            "name": "bb_getTxSpecific result",
            "value": {
              "tx": {
                "nonce": "0x3b",
                "gasPrice": "0xadb306e73",
                "gas": "0xf4240",
                "to": "0x3a05E5d33d7Ab3864D53aaEc93c8301C1Fa49115",
                "value": "0x0",
                "input": "0x870876230000000000000000000000006b175474e89094c44da98b954eedeac495271d0f000000000000000000000000430000000000000000000000000000000000000300000000000000000000000000000000000000000000021342520d5fec20000000000000000000000000000000000000000000000000000000000000000c350000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000",
                "hash": "0xd5ab71b461328b84ade881cdb8fb923ba9254abf5e290f8f7b3299082fb5218f",
                "blockNumber": "0x128a81b",
                "blockHash": "0x043976bc1e8efaf2f4b0e241dfa3ba9f42aa5a1df8ae6548e1f9a9cd256ca9d7",
                "from": "0xEA60B5FAbf224041119e29cE4e75513BC73F5Edf",
                "transactionIndex": "0x77"
              },
              "receipt": {
                "gasUsed": "0x27d63",
                "status": "0x1",
                "logs": [
                  {
                    "address": "0x6B175474E89094C44Da98b954EedeAC495271d0F",
                    "topics": [
                      "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
                      "0x000000000000000000000000ea60b5fabf224041119e29ce4e75513bc73f5edf",
                      "0x000000000000000000000000a230285d5683c74935ad14c446e137c8c8828438"
                    ],
                    "data": "0x00000000000000000000000000000000000000000000021342520d5fec200000"
                  },
                  {
                    "address": "0x3a05E5d33d7Ab3864D53aaEc93c8301C1Fa49115",
                    "topics": [
                      "0x7ff126db8024424bbfd9826e8ab82ff59136289ea440b04b39a0df1b03b9cabf",
                      "0x0000000000000000000000006b175474e89094c44da98b954eedeac495271d0f",
                      "0x0000000000000000000000004300000000000000000000000000000000000003",
                      "0x000000000000000000000000ea60b5fabf224041119e29ce4e75513bc73f5edf"
                    ],
                    "data": "0x000000000000000000000000ea60b5fabf224041119e29ce4e75513bc73f5edf00000000000000000000000000000000000000000000021342520d5fec20000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000"
                  },
                  {
                    "address": "0x0Ec68c5B10F21EFFb74f2A5C61DFe6b08C0Db6Cb",
                    "topics": [
                      "0xb3813568d9991fc951961fcb4c784893574240a28925604d09fc577c55bb7c32",
                      "0x0000000000000000000000006e5572f31bd9385709ec61305afc749f0fa8fae1",
                      "0x0000000000000000000000004200000000000000000000000000000000000007",
                      "0x0000000000000000000000000000000000000000000000000000000000000000"
                    ],
                    "data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000022d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000111c4200d764ad0b000100000000000000000000000000000000000000000000000000000000abaf0000000000000000000000003a05e5d33d7ab3864d53aaec93c8301c1fa491150000000000000000000000004300000000000000000000000000000000000005000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c350000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000000e40166a07a00000000000000000000000043000000000000000000000000000000000000030000000000000000000000006b175474e89094c44da98b954eedeac495271d0f000000000000000000000000ea60b5fabf224041119e29ce4e75513bc73f5edf000000000000000000000000ea60b5fabf224041119e29ce4e75513bc73f5edf00000000000000000000000000000000000000000000021342520d5fec20000000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
                  },
                  {
                    "address": "0x5D4472f31Bd9385709ec61305AFc749F0fA8e9d0",
                    "topics": [
                      "0xcb0f7ffd78f9aee47a248fae8db181db6eee833039123e026dcbff529522e52a",
                      "0x0000000000000000000000004300000000000000000000000000000000000005"
                    ],
                    "data": "0x0000000000000000000000003a05e5d33d7ab3864d53aaec93c8301c1fa491150000000000000000000000000000000000000000000000000000000000000080000100000000000000000000000000000000000000000000000000000000abaf00000000000000000000000000000000000000000000000000000000000c350000000000000000000000000000000000000000000000000000000000000000e40166a07a00000000000000000000000043000000000000000000000000000000000000030000000000000000000000006b175474e89094c44da98b954eedeac495271d0f000000000000000000000000ea60b5fabf224041119e29ce4e75513bc73f5edf000000000000000000000000ea60b5fabf224041119e29ce4e75513bc73f5edf00000000000000000000000000000000000000000000021342520d5fec20000000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
                  },
                  {
                    "address": "0x5D4472f31Bd9385709ec61305AFc749F0fA8e9d0",
                    "topics": [
                      "0x8ebb2ec2465bdb2a06a66fc37a0963af8a2a6a1479d81d56fdb8cbb98096d546",
                      "0x0000000000000000000000003a05e5d33d7ab3864d53aaec93c8301c1fa49115"
                    ],
                    "data": "0x0000000000000000000000000000000000000000000000000000000000000000"
                  }
                ]
              }
            }
          }
        }
      ]
    }
  ],
  "servers": [
    {
      "name": "Blockbook API",
      "url": "https://docs-demo.quiknode.pro"
    }
  ]
}