In n8n, click the "Add workflow" button in the Workflows tab to create a new workflow. Add the starting point – a trigger on when your workflow should run: an app event, a schedule, a webhook call, another workflow, an AI chat, or a manual trigger. Sometimes, the HTTP Request node might already serve as your starting point.
Davide
Davide
Davide
Sunny
Polina Medvedieva
LukaszB
Create custom Google Sheets and SimpleHash workflows by choosing triggers and actions. Nodes come with global operations and settings, as well as app-specific parameters that can be configured. You can also use the HTTP Request node to query data from any app or service with a REST API.
Get NFT by Token ID
Retrieve a specific NFT using its Token ID.
Get NFT by Inscription Number
Retrieve a specific NFT using its Inscription Number.
Get NFTs by Token List
Retrieve NFTs using a list of token identifiers.
Get NFTs by Collection ID / Mint
Retrieve NFTs associated with a specific Collection ID or Mint.
Get NFTs by Contract
Retrieve NFTs associated with a specific contract.
Get NFTs by Contract Owner(s)
Retrieve NFTs owned by specific contract owners.
Get NFTs by POAP Event ID
Retrieve NFTs linked to a specific POAP Event ID.
Get NFTs by Wallet(s)
Retrieve NFTs owned by specific wallets.
Get NFTs by Wallet(s) Advanced
Retrieve NFTs with advanced filtering for specific wallets.
Get Native Token Balances by Wallet(s)
Retrieve the native token balances of specified wallets.
Get Fungibles Balance by Wallet(s)
Retrieve the fungible token balances of specified wallets.
Get Fungible Top Wallets
Retrieve the top wallets holding fungible tokens.
Get fungible sales & transfers by wallets
Retrieve sales and transfers of fungible tokens associated with specific wallets.
Get sales & transfers by fungible
Fetches sales and transfers related to a specific fungible token.
Get balances
Retrieve a list of fungible balances for specified wallet addresses.
Get fungible sales & transfers by wallet(s)
Provides sales and transfers information for the specified wallet(s).
Get Sales & Transfers by Wallet(s)
Retrieve sales and transfers associated with specific wallets.
Get Sales & Transfers by NFT
Retrieve sales and transfer records for a specific NFT.
Get sales & transfers by contract owners
Retrieve sales and transfer records associated with specific contract owners.
Get Collections by ID(s)
Retrieve collections using their identifiers.
Get Collections by Wallet(s)
Retrieve collections associated with specific wallets.
Refresh NFT metadata
Refresh NFT metadata for a given wallet.
Refresh Collection metadata
Refresh metadata for a given collection.
Refresh Contract metadata
Refresh metadata for a given contract.
Refresh Wallet metadata
Refresh metadata for a given wallet.
Get wallet valuation
Fetch the valuation of a specified wallet based on its NFTs.
Get wallet valuation batch
Retrieve the valuation for multiple wallets in a single request.
Send Spam Report
Send a report for spam content.
List Webhook
Get a list of all webhooks.
Create Webhook
Create a new webhook subscription.
Update Webhook
Update an existing webhook subscription.
Delete Webhook
Delete an existing webhook subscription.
Get Kafka Topic Schema
Fetch the schema for a given Kafka topic.
Get contracts by deployer
This endpoint provides a list of EVM-based NFT contracts deployed by an address.
Get contracts by wallets
Retrieve a summary of NFT contract ownership for specified wallet addresses on designated chains.
Get contracts by wallets
Retrieve NFT contracts associated with specified wallet addresses.
List contracts by owners
Retrieve contracts associated with specific owners.
List contracts by deployers
Retrieve contracts deployed by specific deployers.
Get available chains
This endpoint returns the available chains for query.
Get Available Chains
Retrieve a list of available blockchain networks.
Get traits by collection
This endpoint retrieves traits for a specific collection.
Get Traits by Collection
Retrieve traits associated with a specific collection.
Get trait floor prices by NFT
This endpoint provides the floor prices for specific traits associated with an NFT.
Get trait floor prices by NFT
Obtain the floor prices for specific traits within NFTs.
Get trait floor price by collection
This endpoint returns the floor price for traits in a collection.
Get active listings by NFT
This endpoint provides active listings for a specific NFT.
Get active listings by collection
This endpoint provides active listings for a specific collection.
Get active listings by contract
This endpoint returns active listings related to a specific contract.
Get active listings by NFT
Fetch currently active listings for specific NFTs.
Get active listings by wallets
Get active NFT listings associated with specific wallet addresses.
Get active listings by wallet
This endpoint retrieves active listings associated with a specific wallet.
Get listing events by NFT
This endpoint retrieves listing events associated with a specific NFT.
Get listing events by wallet
This endpoint provides listing events for a specific wallet.
Get listing events by collection
This endpoint retrieves listing events for a specific collection.
Get listing events by contract
This endpoint provides listing events related to a specific contract.
Get listing events by chain
This endpoint retrieves listing events filtered by chain.
Get Owners by NFT
Retrieve owners of a specific NFT.
Get Owners by Collection
Retrieve owners of NFTs within a specific collection.
Get ownership summary by wallets
Retrieve ownership summary for specific wallets.
Get Owners by Contract
Retrieve owners associated with a given contract.
Get Active Bids By Wallet
Retrieve active bids associated with a specific wallet.
Get Active Bids By Collection
Retrieve active bids associated with a specific collection.
Get active bids by NFT
Retrieve active bids placed on specific NFTs.
List sales and transfers by collection
Retrieve sales and transfer data associated with a specific collection.
List sales and transfers by contract
Retrieve sales and transfer data associated with a specific contract.
Get sales & transfers by transaction hash
Fetches sales and transfers based on a transaction hash.
Get native token balances
Supports all the same chains as our NFT endpoints, including Bitcoin, Ethereum, Solana, Tezos, Flow, and other EVM chains.
To set up SimpleHash integration, add the HTTP Request node to your workflow canvas and authenticate it using a generic authentication method. The HTTP Request node makes custom API calls to SimpleHash to query the data you need using the API endpoint URLs you provide.
These API endpoints were generated using n8n
n8n AI workflow transforms web scraping into an intelligent, AI-powered knowledge extraction system that uses vector embeddings to semantically analyze, chunk, store, and retrieve the most relevant API documentation from web pages. Remember to check the SimpleHash official documentation to get a full list of all API endpoints and verify the scraped ones!
Dive into the versatility of Google Sheets as a database with our in-depth comparison of Python scripting and n8n automation. Get 7 free workflows to set up your Google Sheets database in n8n!
Explore 3 efficient methods for importing CSV files into Google Sheets, comparing n8n's automated workflow with the manual import via native Google Sheets interface and the programmatic import via Python.
Learn three different ways to import XML to Google sheets: with Google sheet’s IMPORTXML function, with Google AppScript and automation with n8n.
Learn how to pull data from Google Spreadsheet to HTML using Google Apps Script and n8n automation tool.
Discover two ways to connect MySQL with Google Sheets, and learn to build no-code workflows for automating it.
Discover three ways to import JSON data into Google Sheets or a CSV file, and five no-code workflows for automatically moving data between JSON and spreadsheets.
Discover our latest community's recommendations and join the discussions about Google Sheets and SimpleHash integration.
Sergey Komardenkov
Describe the problem/error/question I am testing a workflow where the final action is addition of a row into a Google sheet. I have created a new sheet, I gave it Edit permissions by link just in case, and of course I ad…
Open topic
sérgio eduardo floresta filho
Hello! My goal is to use Google Forms to collect information from my clients and then use n8n to automate the processing of this information. My workflow involves: Collecting data through Google Forms. Using n8n to re…
Open topic
Julian
I’m trying to send a timestamp to a Google Sheet. Therefore, I use the expression $now.format(“HH:mm”).toString(). In n8n, the timestamp looks correct (see screenshot). However, in Google Sheets, the string value is …
Open topic
therealJMT
Describe the problem/error/question edit: I guess I figured it out. The “isEmpty()” is a boolean function and has no output it just checks in the node if it’s true or not. For my workflow I got it running with a setup th…
Open topic
Guilherme
Hello everyone, I’m having a problem logging into my Google account when I’m creating a credential for Google Sheets. :warning:Error 400: redirect_uri_mismatch I noticed that n8n is inserting an extra character in t…
Open topic
The world's most popular workflow automation platform for technical teams including
Build complex workflows, really fast