BlockchainSpider
  • What is BlockchainSpider?
  • Guides
    • Crawl a transaction subgraph
    • Collect label data
    • Collect transaction data
  • subgraph spiders
    • Overview
    • BFS
    • Poison
    • Haircut
    • APPR
    • TTR
  • label spiders
    • Overview
    • CryptoScamsDB
    • LabelCloud
    • OFAC
    • Tor
  • Transaction spiders
    • Overview
    • Collect by block order
    • Collect by transaction hash
  • Extractors
    • Overview
    • Deduplicate
    • Local community
  • Settings
    • APIKeys
    • Cache
    • Customizing your workflow
Powered by GitBook
On this page
  1. Transaction spiders

Overview

The transaction spiders aim at collecting block data. BlockchainSpider supports to collect the blocks data of Ethereum and Ethereum-like blockchain (e.g., BNBChain, Polygin, etc.) until now.

  • trans.block.evm: transaction spider in the block order.

  • trans.evm: transaction spider for specific transaction hash.

The next sections will introduce more configurations about the transaction spiders.

PreviousTorNextCollect by block order

Last updated 11 months ago