Skip to main content

Functions Library Overview

Updated on
Sep 30, 2024

We've assembled some unique and creative ready-to-use examples of Functions ranging across various use cases. By following the links below, you can explore different Functions examples and learn more about them.

FunctionDescriptionDatasetRuntimeUsage
Estimate Gas PriceGet the average gas price of the latest block by averaging gas prices across 100 transactions.BlockNode.js (Functions code editor)Functions and Streams Filter
Compute Block MetricsGet vital block analytics data like active addresses, gas price, ETH transferred, biggest transactions, etc.Block with receiptsNode.js (Functions code editor)Functions
Check POAP Balance (multi-chain)Get POAP token balances of a wallet address along with token URI on Ethereum and Gnosis mainnet.BlockNode.js (.Zip upload)Functions
Check USDC Balance (multi-chain)Get USDC token balances of a wallet address across EVM blockchains.BlockNode.js (.Zip upload)Functions
Find Whale TransactionsGet transactions with a value greater than a specified amount.BlockNode.js (Functions code editor)Functions and Streams Filter
Fetch TRC20 (TRON) MetadataRetrieve essential TRC20 token metadata such as name, symbol, decimals, and total supply, supporting both TRON native and EVM-compatible addresses for seamless integration.no datasetNode.js (Functions code editor)Functions
Translate Txns (multi-chain)Translate blockchain transactions into human readable format for multiple blockchains.no datasetNode.js (Functions code editor)Functions
Stream Translated TxnsSet up a Stream of human readable transaction data.TransactionsNode.js (Functions code editor)Functions and Streams Filter
Stream to Google SheetsHave your QuickNode Stream feed data directly into Google Sheets.LogsNode.js (.Zip upload)Functions and Streams Destination
Stream to PagerDutySet up Pagerduty alerts for your crutial blockchain events.BlockNode.js (.Zip upload)Functions and Streams Destination
Stream to DiscordHave your QuickNode Stream feed data directly into a Discord channel.LogsNode.js (Functions code editor)Functions and Streams Destination

Contribute to the Functions Library by opening a pull request to submit your Function.

If you'd like to request additional examples, please open an issue on the GitHub repository.

Share this doc