{ "opencollection": "1.0.0", "info": { "name": "Uniblock Direct Direct Pass-Through Transactions API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "Get Transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.uniblock.dev/direct/v1/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 a list of transactions associated with a specific wallet address, including both incoming and outgoing transactions across the specified blockchain network." }, { "info": { "name": "Get Transaction by Hash", "type": "http" }, "http": { "method": "GET", "url": "https://api.uniblock.dev/direct/v1/transactions/:transactionHash", "params": [ { "name": "chain", "value": "", "type": "query", "description": "The blockchain network identifier (e.g., ethereum, polygon, solana, bsc, arbitrum, optimism, avalanche, base)." }, { "name": "transactionHash", "value": "", "type": "path", "description": "The hash of the transaction to retrieve." } ] }, "docs": "Retrieves detailed information about a specific transaction by its transaction hash, including status, gas used, block number, and input data." } ] } ], "bundled": true }