← All apps

Automate Tatum for free on Stepper

Tatum is a unified blockchain development platform that lets you build, run, and scale blockchain apps across 100+ chains. Access real-time blockchain data, NFT balances, exchange rates, and webhook notifications for on-chain events.

I want to integratewithSee how to connect Tatum to ...

Triggers available for Tatum on Stepper

New Address Activity

Triggers when any blockchain transaction or event occurs at a monitored address. Uses Tatum's ADDRESS_EVENT subscription type, which covers incoming/outgoing native, token, and NFT transfers.

  • 2 parameters

New Incoming Transaction

Triggers when a native currency transfer (ETH, BTC, SOL, MATIC, etc.) is received at a monitored address. Uses Tatum's INCOMING_NATIVE_TX subscription type.

  • 2 parameters

Actions available for Tatum on Stepper

Get Native Balance

Get the native cryptocurrency balance (ETH, BTC, SOL, MATIC, etc.) for a blockchain address.

  • 2 parameters

Get Wallet Portfolio

Get a wallet's full portfolio including native tokens, ERC-20 fungible tokens, and NFTs across supported chains.

  • 4 parameters

Get Transaction

Get details of a blockchain transaction by its hash.

  • 2 parameters

Get NFT Balance

Get all NFTs held by a blockchain address, grouped by smart contract.

  • 5 parameters

Get Token Owners

Get all addresses that own a specific ERC-20, ERC-721, or ERC-1155 token.

  • 4 parameters

Get Exchange Rate by Symbol

Get the current exchange rate for a cryptocurrency or fiat symbol. Supports 1000+ token symbols by market cap.

  • 2 parameters

Get Exchange Rate by Contract

Get the current exchange rate for a token by its contract address on a specific chain.

  • 3 parameters

Get Current Block

Get the current (latest) block height for a blockchain.

  • 1 parameters

Create Subscription

Create a webhook subscription to receive real-time blockchain event notifications at a specified URL.

  • 4 parameters

Cancel Subscription

Cancel an existing webhook subscription by its ID, stopping future notifications.

  • 1 parameters

Make HTTP Request

Make an HTTP request to any URL with full control over method, headers, and body.