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 ShipStation 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.
Create account
Register a new account.
List account tags
Retrieve a list of account tags.
Add funds to carrier
Add funds to a specified carrier.
Get carrier info
Retrieve information about a specific carrier.
List carriers
Retrieve a list of all available carriers.
List packages
Retrieve a list of packages for a carrier.
Get customer info
Retrieve detailed information about a specific customer.
List customers
Retrieve a complete list of customers.
Delete order
Delete a specified order from the system.
List orders
Retrieve a complete list of orders.
Create label for order
Creates a shipping label for a given order.
Add tag
Adds a tag to an order.
Assign user
Assigns a user to an order.
Create/update multiple orders
Creates or updates multiple orders at once.
Get order
Retrieves information about a specific order.
Hold order
Puts an order on hold until specified.
List by tag
Lists orders filtered by a specific tag.
Mark shipped
Marks an order as shipped.
Remove tag
Removes a tag from an order.
Restore from hold
Restores an order from a held state.
Unassign user
Unassigns a user from an order.
Create label
Creates a shipping label for an order.
Get a product
Retrieve detailed information about a specific product.
List products
Retrieve a list of all products.
Create label
Create a shipping label for a shipment.
Get rates
Retrieves shipping rates for shipments.
List shipments
Lists all shipments.
Void a label
Voids an existing shipping label.
Create label
This endpoint is used to create a shipping label.
Get rates
Returns rates for the specified package type.
List users
Retrieve a list of all users in the system.
Create a warehouse
Add a new warehouse to the system.
Delete warehouse
Deletes a specified warehouse.
Subscribe to a webhook
Subscribes to a specified webhook.
To set up ShipStation 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 ShipStation 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 ShipStation 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