52 integrations tagged with "onchain"
Get upcoming token unlock events for cryptocurrencies. Returns unlock dates, amounts, USD values, and percentage of supply being unlocked. Ideal for: token dilution alerts, trading signals, supply analysis, risk assessment.
Read data from a smart contract via your Thirdweb Engine instance. Calls a read-only function and returns the result. Ideal for: checking balances, reading state, fetching on-chain data for workflow conditions.
Claim accumulated bribe/incentive rewards for a veNFT on Aerodrome Finance (Base). Use aerodrome-get-claimable-rewards first to discover claimable bribes. Groups bribes by bribe contract and calls Voter.claimBribes in a single transaction. Ideal for: automated bribe harvesting, veNFT incentive collection, DeFi yield automation.
Execute a write transaction on a smart contract via your Thirdweb Engine. Queues the transaction and returns a queueId for tracking. Use get-transaction-status to poll for confirmation. Ideal for: state-changing contract calls, token transfers, minting.
Discover and filter tokens across blockchain networks using the Codex (Defined.fi) API. Returns ranked token lists with price, volume, liquidity, market cap, holder counts, and buy/sell activity. Supports filtering by network, minimum liquidity, volume thresholds, and scam exclusion. Ideal for: finding trending tokens, screening new launches, monitoring trading activity on specific chains.
Send a raw transaction via your Thirdweb Engine. Takes pre-encoded calldata, destination address, and value. Queues the transaction and returns a queueId. Ideal for: arbitrary contract interactions, value transfers, custom calldata not covered by write-contract.
Convert a smallest-unit integer (e.g. '3750000') back to a human-readable decimal string (e.g. '3.75' for USDC with 6 decimals). Uses string math — no floating-point errors. Works for any ERC-20 token.
Retrieve detailed token data for a specific contract address via the Codex (Defined.fi) API. Returns price, market cap, liquidity, volume, holder count, buy/sell activity, supply info, and token metadata. Ideal for: token research, portfolio monitoring, due diligence on specific tokens before trading.
Check the status of a queued transaction on your Thirdweb Engine. Returns current status, transaction hash (once sent), and on-chain result (once mined). Ideal for: polling after a write-contract or send-transaction action, workflow conditions on tx status.