{ "opencollection": "1.0.0", "info": { "name": "Uniblock Direct Direct Pass-Through Scan API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Scan", "type": "folder" }, "items": [ { "info": { "name": "Get Scanned Transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.uniblock.dev/direct/v1/scan/transactions", "params": [ { "name": "chain", "value": "", "type": "query", "description": "The blockchain network identifier (e.g., ethereum, polygon, solana, bsc, arbitrum, optimism, avalanche, base)." }, { "name": "address", "value": "", "type": "query", "description": "The wallet address to query data for." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return per page." }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor for retrieving the next page of results." } ] }, "docs": "Retrieves transactions for a specific address using blockchain explorer-style scanning, useful for auditing transaction histories and monitoring network activity." }, { "info": { "name": "Get Scanned Transfers", "type": "http" }, "http": { "method": "GET", "url": "https://api.uniblock.dev/direct/v1/scan/transfers", "params": [ { "name": "chain", "value": "", "type": "query", "description": "The blockchain network identifier (e.g., ethereum, polygon, solana, bsc, arbitrum, optimism, avalanche, base)." }, { "name": "address", "value": "", "type": "query", "description": "The wallet address to query data for." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return per page." }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor for retrieving the next page of results." } ] }, "docs": "Retrieves token transfer events for a specific address using blockchain explorer-style scanning, including ERC-20 and ERC-721 transfers." }, { "info": { "name": "Get Native Token Supply", "type": "http" }, "http": { "method": "GET", "url": "https://api.uniblock.dev/direct/v1/scan/native-supply", "params": [ { "name": "chain", "value": "", "type": "query", "description": "The blockchain network identifier (e.g., ethereum, polygon, solana, bsc, arbitrum, optimism, avalanche, base)." } ] }, "docs": "Returns the current amount of the native token in circulation for the specified blockchain network, similar to block explorer supply queries." } ] } ], "bundled": true }