B3 Data API - Multi-Chain Data API
B3 Data API - Multi-Chain Data API from B3 — 93 path(s) described in OpenAPI.
B3 Data API - Multi-Chain Data API from B3 — 93 path(s) described in OpenAPI.
{"openapi":"3.0.0","servers":[{"url":"https://data-api.b3.fun/","description":"B3 Data API - Multi-Chain Proxy"}],"info":{"description":"Cached proxy layer for multiple blockchain APIs with 24-hour caching and automatic fallback across chains. Supports both Blockscout and ThirdWeb Insights APIs. Add ?mintlify parameter for Mintlify-compatible version.","version":"1.0.0","title":"B3 Data API - Multi-Chain Data API","contact":{"name":"B3 Team","url":"https://b3.fun"},"license":{"name":"Apache 2.0","url":"http://www.apache.org/licenses/LICENSE-2.0.html"}},"paths":{"/blockscout/search":{"get":{"parameters":[{"in":"query","name":"q","schema":{"type":"string","example":"USDT"}}],"summary":"Search","operationId":"search","responses":{"200":{"description":"Search Response","content":{"application/json":{"schema":{"type":"object","required":["items","next_page_params"],"properties":{"items":{"type":"array","items":{"oneOf":[{"$ref":"#/components/schemas/SearchResultToken"},{"$ref":"#/components/schemas/SearchResultAddressOrContract"},{"$ref":"#/components/schemas/SearchResultBlock"},{"$ref":"#/components/schemas/SearchResultTransaction"}]}},"next_page_params":{"type":"object","example":{"address_hash":"0x052Ad78E3aA0b0F2D3912FD3b50a9a289CF2f7Aa","block_hash":null,"holder_count":548,"inserted_at":"2021-12-07T08:39:01.062253Z","item_type":"token","items_count":50,"name":"RealToken S 13245 Monica St Detroit MI","q":"1","transaction_hash":null}}}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout/search"]}},"/blockscout/search/check-redirect":{"get":{"parameters":[{"in":"query","name":"q","schema":{"type":"string","example":"USDT"}}],"summary":"Search Redirect","operationId":"search redirect","responses":{"200":{"description":"Search Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SearchResultRedirect"}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout/search"]}},"/blockscout/transactions":{"get":{"parameters":[{"in":"query","name":"filter","schema":{"type":"string","example":"pending | validated"}},{"in":"query","name":"type","schema":{"type":"string","example":"token_transfer,contract_creation,contract_call,coin_transfer,token_creation"}},{"in":"query","name":"method","schema":{"type":"string","example":"approve,transfer,multicall,mint,commit"}}],"summary":"Get Transactions","operationId":"get_txs","responses":{"200":{"description":"Block","content":{"application/json":{"schema":{"type":"object","required":["items","next_page_params"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/Transaction"}},"next_page_params":{"type":"object","example":{"block_number":27170298,"index":0,"items_count":50}}}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout"]}},"/blockscout/blocks":{"get":{"parameters":[{"in":"query","name":"type","schema":{"type":"string","example":"block | uncle | reorg"}}],"summary":"Get Blocks","operationId":"get_blocks","responses":{"200":{"description":"Block","content":{"application/json":{"schema":{"type":"object","required":["items","next_page_params"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/Block"}},"next_page_params":{"type":"object","example":{"block_number":27729304,"items_count":50}}}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout/blocks"]}},"/blockscout/token-transfers":{"get":{"summary":"Get Token Transfers","operationId":"get_token_transfers","responses":{"200":{"description":"Token Transfers","content":{"application/json":{"schema":{"type":"object","required":["items","next_page_params"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/TokenTransfer"}},"next_page_params":{"type":"object","example":{"block_number":27170298,"index":0}}}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout/tokens"]}},"/blockscout/internal-transactions":{"get":{"summary":"Get Internal Transactions","operationId":"get_internal_transactions","responses":{"200":{"description":"Internal Transactions","content":{"application/json":{"schema":{"type":"object","required":["items","next_page_params"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/InternalTransaction"}},"next_page_params":{"type":"object","example":{"block_number":27170298,"index":0,"transaction_index":0}}}}}}}},"tags":["blockscout/transactions"]}},"/blockscout/main-page/transactions":{"get":{"summary":"Get Main Page Transactions","operationId":"get_main_page_txs","responses":{"200":{"description":"Transactions","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Transaction"}}}}}},"tags":["blockscout/main-page"]}},"/blockscout/main-page/blocks":{"get":{"summary":"Get Main Page Blocks","operationId":"get_main_page_tokens","responses":{"200":{"description":"Blocks","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Block"}}}}}},"tags":["blockscout/main-page"]}},"/blockscout/main-page/indexing-status":{"get":{"summary":"Get Indexing Status","operationId":"get_indexing_status","responses":{"200":{"description":"Indexing Status","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IndexingStatus"}}}}},"tags":["blockscout/main-page"]}},"/blockscout/stats":{"get":{"summary":"Get Stats Counters","operationId":"get_stats","responses":{"200":{"description":"Stats","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StatsResponse"}}}}},"tags":["blockscout"]}},"/blockscout/stats/charts/transactions":{"get":{"summary":"Get Transactions Chart","operationId":"get_txs_chart","responses":{"200":{"description":"Transaction Chart","content":{"application/json":{"schema":{"type":"object","required":["chart_data"],"properties":{"chart_data":{"type":"array","items":{"$ref":"#/components/schemas/TransactionChartItem"}}}}}}}},"tags":["blockscout/stats"]}},"/blockscout/stats/charts/market":{"get":{"summary":"Get Market Chart","operationId":"get_market_chart","responses":{"200":{"description":"Market Chart","content":{"application/json":{"schema":{"type":"object","required":["chart_data","available_supply"],"properties":{"available_supply":{"type":"string","example":"164918857.718061"},"chart_data":{"type":"array","items":{"$ref":"#/components/schemas/MarketChartItem"}}}}}}}},"tags":["blockscout/stats"]}},"/blockscout/transactions/{transaction_hash}":{"get":{"summary":"Get Transaction Info","operationId":"get_tx","parameters":[{"$ref":"#/components/parameters/transactionHash"}],"responses":{"200":{"description":"Transaction Info","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Transaction"}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout/transactions"]}},"/blockscout/transactions/{transaction_hash}/token-transfers":{"get":{"summary":"Get Transaction Token Transfers","operationId":"get_transaction_token_transfers","parameters":[{"$ref":"#/components/parameters/transactionHash"},{"in":"query","name":"type","schema":{"type":"string","example":"ERC-20,ERC-721,ERC-1155"}}],"responses":{"200":{"description":"Token Transfers","content":{"application/json":{"schema":{"type":"object","required":["items","next_page_params"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/TokenTransfer"}},"next_page_params":{"type":"object","example":{"block_number":27350206,"index":1,"items_count":50,"transaction_hash":"0xa3b401d6f3124c9d1528cd8d4b692f523d86fd88e48c391ffe9c67e4436ae5ca"}}}},"examples":{"large_1155_batch":{"$ref":"#/components/examples/TokenTransferLarge1155Batch"},"some_batches_on_the_first_page_and_one_on_the_second":{"$ref":"#/components/examples/TokenTransferSomeBatchesOnTheFirstPageAndOneOnTheSecond"},"a_lot_of_batches":{"$ref":"#/components/examples/TokenTransferALotOfBatches"}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout/transactions"]}},"/blockscout/transactions/{transaction_hash}/internal-transactions":{"get":{"summary":"Get Transaction Internal Transactions","operationId":"get_transaction_internal_txs","parameters":[{"$ref":"#/components/parameters/transactionHash"}],"responses":{"200":{"description":"Internal Transactions","content":{"application/json":{"schema":{"type":"object","required":["items","next_page_params"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/InternalTransaction"}},"next_page_params":{"type":"object","example":{"block_number":27350206,"index":1,"items_count":50,"transaction_index":0}}}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout/transactions"]}},"/blockscout/transactions/{transaction_hash}/logs":{"get":{"summary":"Get Transaction Logs","operationId":"get_transaction_logs","parameters":[{"$ref":"#/components/parameters/transactionHash"}],"responses":{"200":{"description":"Internal Transactions","content":{"application/json":{"schema":{"type":"object","required":["items","next_page_params"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/Log"}},"next_page_params":{"type":"object","example":{"index":0,"items_count":50,"block_number":2}}}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout/transactions"]}},"/blockscout/transactions/{transaction_hash}/raw-trace":{"get":{"summary":"Get Transaction Raw Trace","operationId":"get_transaction_raw_trace","parameters":[{"$ref":"#/components/parameters/transactionHash"}],"responses":{"200":{"description":"Raw Trace","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/RawTrace"}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout/transactions"]}},"/blockscout/transactions/{transaction_hash}/state-changes":{"get":{"summary":"Get Transaction State Changes","operationId":"get_transaction_state_changes","parameters":[{"$ref":"#/components/parameters/transactionHash"}],"responses":{"200":{"description":"State Changes","content":{"application/json":{"schema":{"type":"object","required":["items","next_page_params"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/StateChange"}},"next_page_params":{"type":"object","example":{"items_count":1,"state_changes":null}}}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout/transactions"]}},"/blockscout/transactions/{transaction_hash}/summary":{"get":{"summary":"Get Human-Readable Transaction Summary","operationId":"get_transaction_summary","parameters":[{"$ref":"#/components/parameters/transactionHash"}],"responses":{"200":{"description":"Human-Readable Transaction Summary","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TransactionSummary"}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout/transactions"]}},"/blockscout/blocks/{block_number_or_hash}":{"get":{"summary":"Get Block Info","operationId":"get_block","parameters":[{"$ref":"#/components/parameters/blockNumberOrHash"}],"responses":{"200":{"description":"Block","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Block"}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout/blocks"]}},"/blockscout/blocks/{block_number_or_hash}/transactions":{"get":{"summary":"Get Block Transactions","operationId":"get_block_txs","parameters":[{"$ref":"#/components/parameters/blockNumberOrHash"}],"responses":{"200":{"description":"Block","content":{"application/json":{"schema":{"type":"object","required":["items","next_page_params"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/Transaction"}},"next_page_params":{"type":"object","example":{"block_number":27736955,"index":4,"items_count":50}}}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout/blocks"]}},"/blockscout/blocks/{block_number_or_hash}/withdrawals":{"get":{"summary":"Get Block Withdrawals","operationId":"get_block_withdrawals","parameters":[{"$ref":"#/components/parameters/blockNumberOrHash"}],"responses":{"200":{"description":"block's withdrawals (pay attention that block_number together with timestamp fields is not included to response in this endpoint)","content":{"application/json":{"schema":{"type":"object","required":["items","next_page_params"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/Withdrawal"}},"next_page_params":{"type":"object","example":{"index":1,"items_count":50}}}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout/blocks"]}},"/blockscout/addresses":{"get":{"summary":"Get Native Coin Holders List","operationId":"get_addresses","responses":{"200":{"description":"Token","content":{"application/json":{"schema":{"type":"object","required":["exchange_rate","total_supply","items","next_page_params"],"properties":{"exchange_rate":{"type":"string","example":"0.01"},"total_supply":{"type":"string","example":"100000000"},"items":{"type":"array","items":{"$ref":"#/components/schemas/AddressWithTxCount"}},"next_page_params":{"type":"object","example":{"fetched_coin_balance":"269536604956070000000","hash":"0xf74769d9ffe1cd17f20b283995cf9e7fa2a262ed","items_count":50}}}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout"]}},"/blockscout/addresses/{address_hash}":{"get":{"summary":"Get Address Info","operationId":"get_address","parameters":[{"$ref":"#/components/parameters/addressHash"}],"responses":{"200":{"description":"Address","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Address"}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout"]}},"/blockscout/addresses/{address_hash}/counters":{"get":{"summary":"Get Address Counters","operationId":"get_address_counters","parameters":[{"$ref":"#/components/parameters/addressHash"}],"responses":{"200":{"description":"Address","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddressCounters"}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout"]}},"/blockscout/addresses/{address_hash}/transactions":{"get":{"summary":"Get Address Transactions","operationId":"get_address_txs","parameters":[{"$ref":"#/components/parameters/addressHash"},{"in":"query","name":"filter","schema":{"type":"string","example":"to | from"}}],"responses":{"200":{"description":"Address","content":{"application/json":{"schema":{"type":"object","required":["items","next_page_params"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/Transaction"}},"next_page_params":{"type":"object","example":{"block_number":27736955,"index":4,"items_count":50}}}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout"]}},"/blockscout/addresses/{address_hash}/token-transfers":{"get":{"summary":"Get Address Token Transfers","operationId":"get_address_token_transfers","parameters":[{"$ref":"#/components/parameters/addressHash"},{"in":"query","name":"type","schema":{"type":"string","example":"ERC-20,ERC-721,ERC-1155"}},{"in":"query","name":"filter","schema":{"type":"string","example":"to | from"}},{"in":"query","name":"token","schema":{"type":"string","example":"0xb81afe27c103bcd42f4026cf719af6d802928765"}}],"responses":{"200":{"description":"Address","content":{"application/json":{"schema":{"type":"object","required":["items","next_page_params"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/TokenTransfer"}},"next_page_params":{"type":"object","example":{"block_number":27736955,"index":4}}}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout/tokens"]}},"/blockscout/addresses/{address_hash}/internal-transactions":{"get":{"summary":"Get Address Internal Transactions","operationId":"get_address_internal_txs","parameters":[{"$ref":"#/components/parameters/addressHash"},{"in":"query","name":"filter","schema":{"type":"string","example":"to | from"}}],"responses":{"200":{"description":"Address","content":{"application/json":{"schema":{"type":"object","required":["items","next_page_params"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/InternalTransaction"}},"next_page_params":{"type":"object","example":{"block_number":27625575,"index":0,"items_count":50,"transaction_index":0}}}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout/transactions"]}},"/blockscout/addresses/{address_hash}/logs":{"get":{"summary":"Get Address Logs","operationId":"get_address_logs","parameters":[{"$ref":"#/components/parameters/addressHash"}],"responses":{"200":{"description":"Address","content":{"application/json":{"schema":{"type":"object","required":["items","next_page_params"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/Log"}},"next_page_params":{"type":"object","example":{"block_number":27736955,"index":68,"items_count":50}}}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout"]}},"/blockscout/addresses/{address_hash}/blocks-validated":{"get":{"summary":"Get Blocks Validated by Address","operationId":"get_address_blocks_validated","parameters":[{"$ref":"#/components/parameters/addressHash"}],"responses":{"200":{"description":"Address","content":{"application/json":{"schema":{"type":"object","required":["items","next_page_params"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/Block"}},"next_page_params":{"type":"object","example":{"block_number":27736955,"items_count":50}}}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout/blocks"]}},"/blockscout/addresses/{address_hash}/token-balances":{"get":{"summary":"Get All Tokens Balances for the Address","operationId":"get_address_token_balances","parameters":[{"$ref":"#/components/parameters/addressHash"}],"responses":{"200":{"description":"Address","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/TokenBalance"}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout/tokens"]}},"/blockscout/addresses/{address_hash}/tokens":{"get":{"summary":"Token Balances with Filtering and Pagination","operationId":"get_address_tokens","parameters":[{"$ref":"#/components/parameters/addressHash"},{"in":"query","name":"type","schema":{"type":"string","example":"ERC-20,ERC-721,ERC-1155"}}],"responses":{"200":{"description":"Address","content":{"application/json":{"schema":{"type":"object","required":["items","next_page_params"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/TokenBalance"}},"next_page_params":{"type":"object","example":{"items_count":50,"token_name":null,"token_type":"ERC-1155","value":14}}}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout/tokens"]}},"/blockscout/addresses/{address_hash}/coin-balance-history":{"get":{"summary":"Get Address Coin Balance History","operationId":"get_address_coin_balance_history","parameters":[{"$ref":"#/components/parameters/addressHash"}],"responses":{"200":{"description":"Address","content":{"application/json":{"schema":{"type":"object","required":["items","next_page_params"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/CoinBalanceHistoryEntry"}},"next_page_params":{"type":"object","example":{"block_number":27736955,"items_count":50}}}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout"]}},"/blockscout/addresses/{address_hash}/coin-balance-history-by-day":{"get":{"summary":"Get Address Coin Balance History by Day","operationId":"get_address_coin_balance_history_by_day","parameters":[{"$ref":"#/components/parameters/addressHash"}],"responses":{"200":{"description":"Address","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CoinBalanceHistoryByDaysEntry"}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout"]}},"/blockscout/addresses/{address_hash}/withdrawals":{"get":{"summary":"Get Address Withdrawals","operationId":"get_address_withdrawals","parameters":[{"$ref":"#/components/parameters/addressHash"}],"responses":{"200":{"description":"pay attention that receiver field is not included to response in this endpoint","content":{"application/json":{"schema":{"type":"object","required":["items","next_page_params"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/Withdrawal"}},"next_page_params":{"type":"object","example":{"index":1,"items_count":50}}}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout"]}},"/blockscout/addresses/{address_hash}/nft":{"get":{"summary":"Get List of NFT Owned by Address","operationId":"get_address_nft","parameters":[{"$ref":"#/components/parameters/addressHash"},{"in":"query","name":"type","schema":{"type":"string","example":"ERC-721,ERC-404,ERC-1155"}}],"responses":{"200":{"description":"Address","content":{"application/json":{"schema":{"type":"object","required":["items","next_page_params"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/AddressNFTInstance"}},"next_page_params":{"type":"object","example":{"token_contract_address_hash":"0xb81afe27c103bcd42f4026cf719af6d802928765","token_id":"1011","token_type":"ERC-721"}}}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout"]}},"/blockscout/addresses/{address_hash}/nft/collections":{"get":{"summary":"Get List of NFT Owned by Address, Grouped by Collection","operationId":"get_address_nft_collections","parameters":[{"$ref":"#/components/parameters/addressHash"},{"in":"query","name":"type","schema":{"type":"string","example":"ERC-721,ERC-404,ERC-1155"}}],"responses":{"200":{"description":"Address","content":{"application/json":{"schema":{"type":"object","required":["items","next_page_params"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/AddressNFTCollection"}},"next_page_params":{"type":"object","example":{"token_contract_address_hash":"0xb81afe27c103bcd42f4026cf719af6d802928765","token_type":"ERC-721"}}}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout"]}},"/blockscout/tokens":{"get":{"summary":"Get Tokens List","operationId":"get_tokens_list","parameters":[{"in":"query","name":"q","schema":{"type":"string","example":"USDT"}},{"in":"query","name":"type","schema":{"type":"string","example":"ERC-20,ERC-721,ERC-1155"}}],"responses":{"200":{"description":"Token","content":{"application/json":{"schema":{"type":"object","required":["items","next_page_params"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/TokenInfo"}},"next_page_params":{"type":"object","example":{"contract_address_hash":"0x68749665ff8d2d112fa859aa293f07a622782f38","holder_count":1011,"is_name_null":false,"items_count":50,"market_cap":"482534473.2170469","name":"Tether Gold"}}}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout/tokens"]}},"/blockscout/tokens/{address_hash}":{"get":{"summary":"Get Token Info","operationId":"get_token","parameters":[{"$ref":"#/components/parameters/addressHash"}],"responses":{"200":{"description":"Token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TokenInfo"}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout/tokens"]}},"/blockscout/tokens/{address_hash}/transfers":{"get":{"summary":"Get Token Token Transfers","operationId":"get_token_token_transfers","parameters":[{"$ref":"#/components/parameters/addressHash"}],"responses":{"200":{"description":"Token","content":{"application/json":{"schema":{"type":"object","required":["items","next_page_params"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/TokenTransfer"}},"next_page_params":{"type":"object","example":{"block_number":27736955,"index":61}}}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout/tokens"]}},"/blockscout/tokens/{address_hash}/holders":{"get":{"summary":"Get Token Holders","operationId":"get_token_holders","parameters":[{"$ref":"#/components/parameters/addressHash"}],"responses":{"200":{"description":"Token","content":{"application/json":{"schema":{"type":"object","required":["items","next_page_params"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/Holder"}},"next_page_params":{"type":"object","example":{"items_count":2,"value":790000000000000000000}}}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout/tokens"]}},"/blockscout/tokens/{address_hash}/counters":{"get":{"summary":"Get Token Holders","operationId":"get_token_counters","parameters":[{"$ref":"#/components/parameters/addressHash"}],"responses":{"200":{"description":"Token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TokenCounters"}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout/tokens"]}},"/blockscout/tokens/{address_hash}/instances":{"get":{"summary":"Get NFT Instances","operationId":"get_nft_instances","parameters":[{"$ref":"#/components/parameters/addressHash"}],"responses":{"200":{"description":"Token","content":{"application/json":{"schema":{"type":"object","required":["items","next_page_params"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/NFTInstance"}},"next_page_params":{"type":"object","example":{"unique_token":97464}}}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout/tokens"]}},"/blockscout/tokens/{address_hash}/instances/{id}":{"get":{"summary":"Get NFT Instance by ID","operationId":"get_nft_instance","parameters":[{"$ref":"#/components/parameters/addressHash"},{"$ref":"#/components/parameters/id"}],"responses":{"200":{"description":"Token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NFTInstance"}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout/tokens"]}},"/blockscout/tokens/{address_hash}/instances/{id}/transfers":{"get":{"summary":"Get Transfers of NFT Instance","operationId":"get_nft_instance_transfers","parameters":[{"$ref":"#/components/parameters/addressHash"},{"$ref":"#/components/parameters/id"}],"responses":{"200":{"description":"Token","content":{"application/json":{"schema":{"type":"object","required":["items","next_page_params"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/TokenTransfer"}},"next_page_params":{"type":"object","example":{"block_number":27736955,"index":61,"token_id":50}}}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout/tokens"]}},"/blockscout/tokens/{address_hash}/instances/{id}/holders":{"get":{"summary":"Get Token Instance Holders","operationId":"get_token_instance_holders","parameters":[{"$ref":"#/components/parameters/addressHash"},{"$ref":"#/components/parameters/id"}],"responses":{"200":{"description":"Token","content":{"application/json":{"schema":{"type":"object","required":["items","next_page_params"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/Holder"}},"next_page_params":{"type":"object","example":{"value":790000000000000000000,"token_id":"953848","items_count":50}}}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout/tokens"]}},"/blockscout/tokens/{address_hash}/instances/{id}/transfers-count":{"get":{"summary":"Get Transfers Count of NFT Instance","operationId":"get_nft_instance_transfers_count","parameters":[{"$ref":"#/components/parameters/addressHash"},{"$ref":"#/components/parameters/id"}],"responses":{"200":{"description":"Token","content":{"application/json":{"schema":{"type":"object","required":["transfers_count"],"properties":{"transfers_count":{"type":"integer","example":10}}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout/tokens"]}},"/blockscout/tokens/{address_hash}/instances/{id}/refetch-metadata":{"patch":{"summary":"Re-fetch Token Instance Metadata","operationId":"refetch_token_instance_metadata","parameters":[{"$ref":"#/components/parameters/addressHash"},{"$ref":"#/components/parameters/id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RecaptchaBody"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","required":["items","next_page_params"],"properties":{"message":{"type":"string","example":"OK"}}}}}},"403":{"description":"Invalid reCAPTCHA response","content":{"application/json":{"schema":{"type":"object","required":["items","next_page_params"],"properties":{"message":{"type":"string","example":"Invalid reCAPTCHA response"}}}}}}},"tags":["blockscout/tokens"]}},"/blockscout/smart-contracts":{"get":{"summary":"Get Verified Smart Contracts","operationId":"get_smart_contracts","parameters":[{"in":"query","name":"q","schema":{"type":"string","example":"proxy"}},{"in":"query","name":"filter","schema":{"type":"string","example":"vyper | solidity | yul"}}],"responses":{"200":{"description":"Smart Contract","content":{"application/json":{"schema":{"type":"object","required":["items","next_page_params"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/SmartContractForList"}},"next_page_params":{"type":"object","example":{"items_count":50,"smart_contract_id":46}}}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout"]}},"/blockscout/smart-contracts/counters":{"get":{"summary":"Get Verified Smart Contracts Counters","operationId":"get_smart_contracts_counters","responses":{"200":{"description":"Smart Contracts Counters","content":{"application/json":{"schema":{"type":"object","required":["new_smart_contracts_24h","new_verified_smart_contracts_24h","smart_contracts","verified_smart_contracts"],"properties":{"new_smart_contracts_24h":{"type":"string","example":"12"},"new_verified_smart_contracts_24h":{"type":"string","example":"11"},"smart_contracts":{"type":"string","example":"20"},"verified_smart_contracts":{"type":"string","example":"15"}}}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout"]}},"/blockscout/smart-contracts/{address_hash}":{"get":{"summary":"Get Smart Contract","operationId":"get_smart_contract","parameters":[{"$ref":"#/components/parameters/addressHash"}],"responses":{"200":{"description":"Smart Contract","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SmartContract"}}}},"400":{"description":"Bad Input Parameter"}},"tags":["blockscout"]}},"/blockscout/config/json-rpc-url":{"get":{"summary":"Get JSON RPC URL","operationId":"get_json_rpc_url","responses":{"200":{"description":"JSON RPC URL","content":{"application/json":{"schema":{"type":"object","required":["json_rpc_url"],"properties":{"json_rpc_url":{"type":"string","example":"https://core.poa.network"}}}}}}},"tags":["blockscout"]}},"/blockscout/withdrawals":{"get":{"summary":"Get Withdrawals","operationId":"get_withdrawals","responses":{"200":{"description":"Withdrawals","content":{"application/json":{"schema":{"type":"object","required":["items","next_page_params"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/Withdrawal"}},"next_page_params":{"type":"object","example":{"index":1,"items_count":50}}}}}}}},"tags":["blockscout"]}},"/blockscout/proxy/account-abstraction/status":{"get":{"summary":"Get Account Abstraction Indexing Status","operationId":"get_account_abstraction_status","responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/v1IndexerStatus"}}}},"500":{"description":"Unexpected Error"}},"tags":["blockscout"]}},"/blockscout/api/v1/celestia/blob":{"get":{"operationId":"CelestiaService_GetBlob","responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/v1CelestiaBlob"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/rpcStatus"}}}}},"parameters":[{"name":"height","in":"query","required":false,"schema":{"type":"string","format":"uint64"}},{"name":"commitment","in":"query","required":false,"schema":{"type":"string"}},{"name":"skipData","in":"query","required":false,"schema":{"type":"boolean"}}],"tags":["blockscout"]}},"/blockscout/api/v1/celestia/l2BatchMetadata":{"get":{"operationId":"CelestiaService_GetL2BatchMetadata","responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/v1CelestiaL2BatchMetadata"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/rpcStatus"}}}}},"parameters":[{"name":"height","in":"query","required":false,"schema":{"type":"string","format":"uint64"}},{"name":"namespace","in":"query","required":false,"schema":{"type":"string"}},{"name":"commitment","in":"query","required":false,"schema":{"type":"string"}}],"tags":["blockscout"]}},"/b
# --- truncated at 32 KB (232 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/b3/refs/heads/main/openapi/b3-data-api-openapi.json