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.
Create custom QuintaDB 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 All databases
Retrieve a list of all databases.
Get Database by ID
Fetch information of a specific database using its ID.
Get database
Fetch database information by name.
Update database
Update an existing database by its identifier.
Create database
Create a new database with a specified name and form name.
Create database
Creates a new database with the specified name and form.
List forms
Fetches all database forms associated with a specific APP_ID.
Get entity
Fetch form information by form ID.
Delete form
Removes a specified form from the application.
Create Form
Creates a new form within the specified application.
Get Field by Name
Fetches the properties of a specific field by name from the entity.
Update field
Update the settings of a specific field in an entity.
Create entity property
Creates a property for a specified entity using JSON format.
Get total by column
Retrieves the total of a specific column for a given entity based on the field ID using JSON format.
Get record
Fetch a specific record using its ID.
Search entities
Fetch form information by database name and form name in JSON format.
Fetch all fields
Retrieve properties of all form fields.
Get field by ID
Retrieve properties of a specific field using its ID.
Run action
Executes a specific action on the property ID.
Fetch all records
Fetches all records for a specified app ID and entity ID.
Update record
Updates an existing record with provided values.
Update multiple records
Updates multiple records in a table or report based on specified identifiers.
To set up QuintaDB 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 QuintaDB 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 QuintaDB official documentation to get a full list of all API endpoints and verify the scraped ones!
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!
The world's most popular workflow automation platform for technical teams including
Build complex workflows, really fast