# Sequence Docs
## Docs
- [Home](https://sequence-0fb8d9e6-shop-docs.mintlify.site/home.md)
- [Welcome to Sequence](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/overview.md): The open source, modular web3 stack for onchain apps
- [Get Started](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/getting-started.md): Learn how to sign up for Sequence Builder and create your first project in just a few minutes.
- [Connect to Web3](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/wallets/overview.md): Sequence offers seamless and powerful blockchain wallet solutions via Embedded Wallet and Ecosystem Wallet options. Powered by account abstraction tech.
- [Sequence Ecosystem](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/wallets/ecosystem/overview.md): Sequence Ecosystem Wallets allows for the creation of a unified wallet for users across your ecosystem.
- [Configuring your Ecosystem Wallet](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/wallets/ecosystem/configuration.md): Sequence Ecosystem Wallets allows for the creation of a unified wallet for users across your ecosystem.
- [Cross-App Ecosystem Wallets](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/wallets/ecosystem/cross-app.md): Sequence Ecosystem Wallets allows for the creation of a unified wallet for users across your ecosystem.
- [Sequence Embedded Wallet](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/wallets/embedded-wallet/overview.md): Sequence Embedded Wallet allows for the easy creation, management, and integration of EVM compatible wallets into games or experiences using SDKs like Web, Unity, and Unreal.
- [Quickstart](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/wallets/embedded-wallet/quickstart.md): Connect your users to your App with the Sequence Embedded Wallet.
- [Embedded Wallet Configuration](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/builder/embedded-wallet/configuration.md): Configure a Sequence Embedded Wallet in Builder to easily onboard users to your games by integrating OAuth accounts. Learn how to set up login providers like Google Auth and Apple Auth, specify allowed origins for security, set up a recovery wallet, create an initial configuration.
- [Google Configuration for Embedded Wallet](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/builder/embedded-wallet/google-configuration.md): Learn how to configure Google OAuth client for your Embedded Wallet instance. Follow steps to create OAuth Client ID for web, Android, or iOS applications.
- [Apple Auth Configuration for Embedded Wallet](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/builder/embedded-wallet/apple-configuration.md): Learn how to configure Apple auth for your Embedded Wallet by creating an Apple client in the Apple Developer Console. Follow step-by-step instructions to create App Identifier and App ID for iOS or web applications.
- [Playfab Configuration for Embedded Wallet](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/builder/embedded-wallet/playfab-configuration.md): Learn how to configure a PlayFab client for your Embedded Wallet instance. Follow steps to create and retrieve a Title ID from the PlayFab dashboard.
- [Stytch Configuration for Embedded Wallet](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/builder/embedded-wallet/stytch-configuration.md): Learn how to configure a Stytch client for your Embedded Wallet instance. Follow steps to create and retrieve a Public Token from the Stytch dashboard.
- [X (Twitter) Configuration for Embedded Wallet](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/builder/embedded-wallet/x-configuration.md): Learn how to configure X (Twitter) OAuth for your Embedded Wallet instance. This guide covers using Sequence's proxy for X's OAuth 2.0 and the required permissions.
- [Guest Wallet Configuration for Embedded Wallet](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/builder/embedded-wallet/guest-wallet-configuration.md): Learn how to configure a Guest wallet for your Embedded Wallet instance.
- [Overview](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/wallets/embedded-wallet/architecture/overview.md): Documentation for Embedded Wallet Architecture for the Sequence infrastructure stack for web3 gaming.
- [Trust Contract Recovery Flow](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/wallets/embedded-wallet/architecture/trust-contract-recovery-flow.md): The Trust Contract Recovery Flow document details the architecture of Trust contracts, which safeguard Sequence WaaS accounts.
- [Enclave verification](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/wallets/embedded-wallet/architecture/enclave-verification.md): The WaaS enclave's security hinges on code integrity verification using verified enclaves.
- [Intents](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/wallets/embedded-wallet/architecture/intents.md): Learn about how intents are specific actions used to interact with your account, sessions, and wallet. They are essentially JSON objects signed with your session key, representing actions like signing a message.
- [Migration Guide – Moving to Sequence Embedded Wallets](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/wallets/embedded-wallet/migration.md): Migrating to Sequence Embedded Wallets from another provider.
- [FAQ](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/wallets/embedded-wallet/faq.md): FAQ and Common Errors
- [Powerful backends for your onchain apps](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/power-overview.md): Power up your blockchain apps with Sequence's battle-tested infrastructure stack. Query real-time blockchain state, deploy audited contracts, manage NFT metadata, track web3 activity, send gasless transactions, and connect to event webhooks effortlessly.
- [Contracts](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/builder/contracts.md): Sequence Builder offers a user-friendly platform for smart contract deployment and management. Choose from contract templates or upload custom contracts, deploy directly to your chosen network.
- [How to Deploy an Item Collection Contract in Sequence Builder](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/collectibles/contracts/deploy-an-item-collection.md): This guide provides a detailed walkthrough on setting up and deploying a Web3 Game Item contract in Builder. It discusses the differences between ERC721 and ERC1155 contracts, walks through the steps of deploying a contract.
- [How to Deploy in-game Currency in Sequence Builder](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/collectibles/contracts/deploy-ERC20-currency.md): Learn how to create your own in-game currency by deploying and minting from an ERC20 contract. Understand the difference between fungible and non-fungible tokens.
- [How to Deploy a Soulbound Token Contract in Sequence Builder](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/collectibles/contracts/deploy-soulbound-token.md): Learn how to deploy Soulbound Token contracts in Sequence Builder for non-transferable, exclusive game assets. This guide covers setup, key steps, and best practices for deploying non-tradable NFTs.
- [Deploying a Primary Sales Contract in Sequence Builder](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/collectibles/contracts/deploy-primary-sales-contract.md): This guide provides a detailed walkthrough on setting up and deploying a Primary Sales Contract in Builder. It discusses the differences between ERC721 and ERC1155 contracts, walks through the steps of deploying a contract.
- [Collections](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/builder/collections.md): The Sequence Builder allows you to manage Collections of collectible metadata, including details, images, and properties. You can link Collections to deployable contracts for easy crafting flows. Control updates and public/private viewing of collection info on Sequence servers.
- [Indexer](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/builder/indexer.md)
- [Webhooks in Sequence Builder](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/builder/webhooks.md): The content discusses the use of webhooks in Sequence Builder for game builders to listen to events on multiple blockchains.
- [Sidekick Overview & Setup](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/sidekick/overview.md): Sequence Sidekick provides a fully equipped backend, leveraging Sequence's infrastructure to read and write to the blockchain through a simple API.
- [Mint NFTs](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/sidekick/guides/mint-nft.md): This example demonstrates how to mint an NFT using Sidekick.
- [Analytics](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/builder/analytics.md): Sequence's analytics feature allows users to easily track key metrics in Sequence Builder without additional work. By using Sequence SDKs/APIs, analytics events are sent to Databeat for real-time storage and visualization.
- [Gas Sponsorship](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/builder/gas-tank.md): Sequence Builder offers a Gas Sponsorship feature that allows project owners to sponsor gas for their users in web3 apps. By covering transaction fees, users can enjoy a seamless gaming experience without worrying about obtaining crypto for fees.
- [Blockchain RPC](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/builder/node-gateway.md): The Sequence Blockchain RPC offers high availability and performant blockchain node access. Experience smooth performance with auto-switching node providers, robust scalability, and automatic failure recovery.
- [Monetize with Sequence](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/monetization-overview.md): Sequence offers various options for monetizing your blockchain-enabled game, such as white-label marketplaces and Sequence Pay.
- [Sequence Shop](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/shop/overview.md): Build and Customize Your Web3 Game Shop with Sequence.
- [Launching Your Shop with Sequence Builder](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/shop/guide.md): Follow this 9-step guide to learn how to use the Sequence Builder which offers game builders a Shop that can be easily customized and integrated into their game experience without any coding experience needed.
- [Launch your White-label Marketplace](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/marketplaces/white-label-marketplace/overview.md): Sequence Builder offers game builders a white-label marketplace that can be easily customized and integrated into their game experience without any coding experience needed.
- [Launching Your White-Label Marketplace with Sequence Builder](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/marketplaces/white-label-marketplace/guide.md): Follow this 8-step guide to learn how to use the Sequence Builder which offers game builders a white-label marketplace that can be easily customized and integrated into their game experience without any coding experience needed.
- [Sequence Market](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/marketplaces/custom-marketplace/overview.md): Build and Customize Your Web3 Game Marketplace with Sequence Marketplace.
- [Getting Started with Custom Marketplace](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/marketplaces/custom-marketplace/getting-started.md): Quickstart for Marketplace boilerplate powered by Sequence stack for web3 gaming.
- [Supported Marketplaces](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/marketplaces/custom-marketplace/supported-marketplaces.md): Table of marketplaces supported by Sequence, available for configuration as redirect options and as destination marketplaces in the builder.
- [Overview](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/payments/overview.md): Sequence offers various options for monetizing your blockchain-enabled game, such as white-label marketplaces and Sequence Pay.
- [Sequence MCP Server Setup](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/technical-references/SequenceMCP.md): Support for MCP and AI agents in Sequence
- [Why smart contracts wallets?](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/technical-references/wallet-contracts/why.md): Smart contract wallets offer enhanced functionality and security compared to externally owned accounts. Examples include Sequence, Gnosis Safe, and Argent. Sequence has the lowest deployment fees among various smart account providers, making it a cost-effective option for users.
- [Contract Deployment](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/technical-references/internals/deployment.md): The content discusses the deployment process of Sequence contract wallets, emphasizing their deterministic nature across EVM-compatible networks.
- [Deploy Process V1](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/technical-references/internals/v1/deploy.md): The content provides a detailed guide for deploying the Sequence Wallet V1 Context on a new network. It includes steps to deploy NanoUniversalDeployer and UniversalDeployer2 contracts, along with necessary code snippets and pre-signed transactions.
- [Wallet Factory](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/technical-references/internals/v1/wallet-factory.md): The Wallet Factory allows for the creation of Sequence Wallets using the Factory contract, which generates child MinimalUpgradeableProxies that serve as the base code for all Sequence wallets.
- [Wallet Configuration](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/technical-references/internals/v1/wallet-configuration.md): The Sequence wallet configuration includes a threshold and a list of signers with their weights.
- [Signature Encoding](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/technical-references/internals/v1/signature-encoding.md): Sequence Wallets support ERC-1271 Standard Contract Signature Verification for signing transactions and messages. Messages can be encoded with ERC-191 Ethereum Signed Data or ERC-712 Structured Data Signatures.
- [Wallet Context V1](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/technical-references/internals/v1/wallet-context.md): This Wallet Context V1 includes various addresses for different modules and libraries.
- [Deploy Process V2](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/technical-references/internals/v2/deploy.md): The content provides a detailed guide on deploying the Sequence Wallet Context on a new network.
- [Wallet Configuration (V2) | Sequence Docs](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/technical-references/internals/v2/configuration.md): The Wallet Configuration in Sequence Wallets defines access control, signers, and signature weight.
- [Contract Audits](https://sequence-0fb8d9e6-shop-docs.mintlify.site/solutions/technical-references/internals/contract-audits.md): Sequence Wallet (formerly Arcadeum Wallet) contracts have been thoroughly audited by reputable firms like Consensys Diligence, Quantstamp, and Zellic.
- [Overview](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/overview.md): Overview of the various SDKs available for integrating with the Sequence developer platform.
- [Web SDK](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/overview.md): A comprehensive toolkit that seamlessly integrates Web3 wallets into applications.
- [Getting Started with Web SDK](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/getting-started.md): Learn how to get started with Web SDK by installing the necessary packages and using the wagmi connectors to utilize an Embedded Wallet or Native EOA Wallet for authentication.
- [Migrate to v5 (Web SDK)](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/migration.md): Sequence Kit (v4) is now Web SDK (v5), here are the biggest changes.
- [Send a sponsored transaction](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/guides/send-sponsored-tx.md): In this tutorial, we'll learn how to send sponsored transactions using Web SDK.
- [Pay Gas in ERC20](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/guides/pay-gas-in-erc20.md): Learn how to pay gas in ERC20 using Web SDK
- [On-ramp Overview](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/guides/on-ramp.md): The checkout on-ramp modal in Web SDK allows developers to easily onboard users with fiat currency into cryptocurrency using a credit card.
- [Smart Swaps](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/guides/smart-swaps.md): Sequence Smart Swaps auto detects eligible currencies in the user's wallet and swaps them to the target currency. Developers can define the target currency and Sequence will handle everything, including the UI and flow through Web SDK.
- [On-ramp and Swap to a custom token](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/guides/on-ramp-and-swap.md): On-ramp to a supported token and swap to your own custom token.
- [Checkout Modal](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/guides/checkout.md): The Checkout Modal provides developers with an easy way to implement cryptocurrency payments.
- [Verification](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/guides/verification.md): The content provides a detailed guide on verifying ownership of an Embedded Wallet address using a nonce and optional time expiry.
- [useAddFundsModal](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useAddFundsModal.md): Hook for managing the add on-ramp modal
- [useChain](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useChain.md): Hook for retrieving chain configuration information
- [useCheckoutModal](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useCheckoutModal.md): Hook for managing a simple checkout modal
- [useCheckWaasFeeOptions](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useCheckWaasFeeOptions.md): Hook for checking transaction fee options in Sequence WaaS
- [useERC1155SaleContractCheckout](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useERC1155SaleContractCheckout.md): Hook for managing the ERC-1155 sale contract checkout
- [useGetCoinPrices](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useGetCoinPrices.md): Hook to fetch current prices for a list of tokens
- [useGetCollectiblePrices](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useGetCollectiblePrices.md): Hook to fetch current market prices for NFTs/collectibles
- [useListAccounts](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useListAccounts.md): Hook to list all accounts associated with the current WaaS session
- [useGetContractInfo](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useGetContractInfo.md): Hook for fetching token contract information including native tokens
- [useGetExchangeRate](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useGetExchangeRate.md): Hook to fetch current exchange rates from USD to other currencies
- [useGetSwapRoutes](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useGetSwapRoutes.md): Hook for fetching available routes for a swap
- [useGetSwapQuote](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useGetSwapQuote.md): Hook for fetching quotes for a swap
- [useGetTransactionHistory](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useGetTransactionHistory.md): Hook for fetching and paginating through transaction history
- [useGetMultipleContractsInfo](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useGetMultipleContractsInfo.md): Hook for fetching contract information for multiple tokens and NFTs in parallel
- [useGetTokenMetadata](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useGetTokenMetadata.md): Hook for fetching token-specific metadata for individual tokens within a contract
- [useMetadataClient](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useMetadataClient.md): Hook for accessing the Sequence Metadata client for token and contract metadata
- [useGetNativeTokenBalance](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useGetNativeTokenBalance.md): Hook for fetching native token balances across multiple chains
- [useGetSingleTokenBalanceSummary](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useGetSingleTokenBalanceSummary.md): Hook for fetching a specific token balance for an account on a chain
- [useGetTransactionHistorySummary](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useGetTransactionHistorySummary.md): Hook for fetching and combining transaction history across multiple chains
- [useIndexerClient](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useIndexerClient.md): Hook for managing a Sequence Indexer client for a specific chain
- [useGetTokenBalancesByContract](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useGetTokenBalancesByContract.md): Hook for fetching multiple token balances by contract addresses
- [useGetTokenBalancesDetails](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useGetTokenBalancesDetails.md): Hook for fetching detailed token balances including metadata across multiple chains
- [useGetTokenBalancesSummary](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useGetTokenBalancesSummary.md): Hook for fetching summarized token balances across multiple chains
- [useIndexerGatewayClient](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useIndexerGatewayClient.md): Hook for accessing the Sequence Indexer Gateway client for multi-chain queries
- [useOpenConnectModal](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useOpenConnectModal.md): Hook for opening the connect modal
- [useOpenWalletModal](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useOpenWalletModal.md): Hook for opening the wallet inventory modal
- [useSelectPaymentModal](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useSelectPaymentModal.md): Hook for opening the payment selection modal
- [useSignInEmail](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useSignInEmail.md): Hook to retrieve the email address associated with the connected wallet
- [useStorage](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useStorage.md): Hook for accessing the storage instance of the Sequence Connect client
- [useSwapModal](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useSwapModal.md): Hook for opening the swap modal
- [useTheme](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useTheme.md): Hook to access and modify theme and modal position settings
- [useWaasFeeOptions](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useWaasFeeOptions.md): Hook for handling WaaS fee options for gas payments
- [useWalletNavigation](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useWalletNavigation.md): Hook for managing navigation state and history within the wallet widget
- [useWalletSettings](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useWalletSettings.md): Hook to access and modify wallet configuration settings
- [useWallets](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/hooks/useWallets.md): Hook for managing connected wallets
- [Marketplace SDK](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/marketplace-sdk/overview.md): Marketplace SDK is a comprehensive toolkit that seamlessly integrates our Marketplaces into applications.
- [Getting Started with Marketplace SDK](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/marketplace-sdk/getting-started.md): Learn how to get started with Marketplace SDK by installing the necessary packages and setting up configs
- [useCreateListingModal](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/marketplace-sdk/hooks/marketplace-actions/useCreateListingModal.md): The useCreateListingModal hook is used to list an item for sale on the Marketplace. It provides the necessary functionality to create and manage a new listing.
- [useBuyModal](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/marketplace-sdk/hooks/marketplace-actions/useBuyModal.md): The useBuyModal hook allows users to purchase an NFT that is listed for sale on the Marketplace. It handles the buying process and transaction execution.
- [useMakeOfferModal](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/marketplace-sdk/hooks/marketplace-actions/useMakeOfferModal.md): The useMakeOfferModal hook enables users to place an offer on an NFT. It facilitates creating and submitting offers within the Marketplace.
- [useSellModal](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/marketplace-sdk/hooks/marketplace-actions/useSellModal.md): The useSellModal hook is used to sell an NFT by accepting an existing offer. It provides the necessary functionality to complete the selling process.
- [useCancelOrder](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/marketplace-sdk/hooks/marketplace-actions/useCancelOrder.md): The useCancelOrder hook allows users to cancel a listing of an NFT that is currently for sale on the Marketplace. It handles the cancellation process and transaction execution.
- [Marketplace Data Hooks](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/marketplace-sdk/hooks/marketplace-data/overview.md): The data hooks are essential for retrieving key Marketplace information in your application. Useful for fetching listings, offers, and other relevant data to power your UI.
- [useCountOfCollectables](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/marketplace-sdk/hooks/marketplace-data/useCountOfCollectables.md): The useCountOfCollectables hook returns the number of NFTs in a collection.
- [useListCollectibles](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/marketplace-sdk/hooks/marketplace-data/useListCollectibles.md): The useListCollectibles hook retrieves the current listings and offers in a collection from your Marketplace. Useful for accessing and managing listings and offers efficiently.
- [useListCollectiblesPaginated](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/marketplace-sdk/hooks/marketplace-data/useListCollectiblesPaginated.md): The useListCollectiblesPaginated hook efficiently retrieves and manages current listings and offers from your Marketplace, making it ideal for displaying paginated NFTs within a collection.
- [useMarketplaceConfig](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/marketplace-sdk/hooks/marketplace-data/useMarketplaceConfig.md): The useMarketplaceConfig hook retrieves your Marketplace's configuration, including collections, social links, title, and other settings from Builder.
- [useMarketCurrencies](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/marketplace-sdk/hooks/marketplace-data/useMarketCurrencies.md): The useMarketCurrencies hook retrieves the list of currencies accepted by a specific contract address in your Marketplace from Builder. Each currency includes information such as its name, contractAddress, symbol, decimals, and image.
- [useCollection](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/marketplace-sdk/hooks/marketplace-data/useCollection.md): The useCollection hook retrieves information about a specific collection address in your Marketplace from Builder. The returned data includes details such as the chainId, address, symbol, and more.
- [useCollectionBalanceDetails](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/marketplace-sdk/hooks/marketplace-data/useCollectionBalanceDetails.md): The useCollectionBalanceDetails hook retrieves the token balances of multiple wallet addresses across one or more specified collections in your Marketplace from Builder.
- [useCollectionDetails](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/marketplace-sdk/hooks/marketplace-data/useCollectionDetails.md): The useCollectionDetails hook retrieves information about a specific collection address.
- [useInventory](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/marketplace-sdk/hooks/marketplace-data/useInventory.md): The useInventory hook retrieves the user inventory in a collection from your Marketplace.
- [Custom Configuration Options](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/custom-configuration.md): The Configuration section allows developers to customize the Web SDK by passing options to the `SequenceConnect` wrapper.
- [Custom Connectors in Web SDK](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/web/custom-connectors.md): Learn how to create and integrate custom connectors with Web SDK. Follow step-by-step instructions to build your own connector using existing templates.
- [Overview](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/overview.md): Documentation for Unity SDK overview for the Sequence infrastructure stack for web3 gaming.
- [Quickstart](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/quickstart.md): Quickstart Documentation for Sequence's Unity SDK.
- [Installation](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/installation.md)
- [Setup](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/setup.md): Documentation for Unity SDK setup for the Sequence infrastructure stack for web3 gaming.
- [Boostrap your Game](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/bootstrap_game.md): Using the provided boilerplates to quickly get your integration up and running.
- [Intro](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/onboard/authentication/intro.md)
- [Email + OTP](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/onboard/authentication/email.md)
- [OIDC - Social Sign In](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/onboard/authentication/oidc.md)
- [PlayFab](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/onboard/authentication/playfab.md)
- [Guest](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/onboard/authentication/guest.md)
- [Federated Accounts](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/onboard/authentication/federated-accounts.md)
- [Secure Session Recovery](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/onboard/recovering-sessions.md): The SDK offers the option to store session wallet information securely on select platforms using native secure storage.
- [Session Management](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/onboard/session-management.md)
- [Connecting External Wallets](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/onboard/connecting-external-wallets.md): The content provides detailed instructions on how to connect external wallets with an embedded wallet using a web interface.
- [Read from Blockchain](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/power/read-from-blockchain.md): To read data from the blockchain, use the Unity-Native implementation of the Sequence Indexer.
- [Write to Blockchain](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/power/write-to-blockchain.md): The content provides detailed instructions on writing to a blockchain using the Sequence SDK. It explains how to handle transactions asynchronously, including raw transactions, ERC20, ERC721, and ERC1155 token transfers, as well as smart contract interactions.
- [Sign Messages](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/power/sign-messages.md)
- [Smart Contract Deployment](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/power/deploy-contracts.md)
- [Smart Contract Events](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/power/contract-events.md)
- [Introduction](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/power/advanced/introduction.md): For experienced developers on EVM-based blockchains, our lightweight Ethereum library, SequenceEthereum, tailored for Unity, offers essential tools without the complexity of popular libraries like Nethereum.
- [Wallets](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/power/advanced/wallets.md)
- [Clients](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/power/advanced/clients.md)
- [Transfers](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/power/advanced/transfers.md)
- [Smart Contracts](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/power/advanced/contracts.md)
- [Tokens](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/power/advanced/tokens.md)
- [Introduction](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/monetization/intro.md)
- [Checkout UI](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/monetization/checkout-ui.md)
- [Introduction](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/monetization/primary-sales/intro.md)
- [Credit Card Checkout](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/monetization/primary-sales/credit-card-checkout.md)
- [Introduction](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/monetization/secondary-sales/intro.md)
- [Building a Marketplace](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/monetization/secondary-sales/building-a-marketplace.md)
- [Creating Listings](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/monetization/secondary-sales/creating-listings.md)
- [Creating Offers](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/monetization/secondary-sales/creating-offers.md)
- [Accepting Offers](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/monetization/secondary-sales/accepting-offers.md)
- [Reading Orders](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/monetization/secondary-sales/how-it-works/reading-orders.md)
- [Filling Orders](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/monetization/secondary-sales/how-it-works/filling-orders.md)
- [Credit Card Checkout](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/monetization/secondary-sales/how-it-works/credit-card-checkout.md)
- [Currency Swaps](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/monetization/currency-swaps.md)
- [Onboard User Funds](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/monetization/onboard-user-funds.md)
- [Sidekick](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/sidekick.md): How to set up and use Sequence Sidekick inside Unity
- [Upgrading from v2 to v3](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unity/v2-to-v3-upgrade-guide.md)
- [Overview](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unreal/overview.md)
- [Installation](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unreal/installation.md): Documentation for Unreal SDK Installation for the Sequence infrastructure stack for web3 gaming.
- [Getting Started](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unreal/getting_started.md): Quickstart Documentation for Sequence's Unreal SDK.
- [Bootstrap your Game](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unreal/bootstrap_game.md): Documentation for Unreal SDK API for reading from the blockchain with the Sequence infrastructure stack for web3 gaming.
- [Migrate from v1 to v2](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unreal/migration.md)
- [Sign-In with Google & Apple](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unreal/guides/social-signin-guide.md): Learn how to use Social Sign In and get an Id Token using the Browser Plugin and Sequence's Unreal SDK.
- [Sign-In with Epic Games](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unreal/guides/epic-auth-guide.md)
- [Marketplace Quickstart](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unreal/guides/marketplace-guide.md): Quickstart Guide on how to build your own In-Game Marketplace using Sequence's Unreal SDK.
- [Swaps Quickstart](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unreal/guides/swaps-guide.md): Quickstart Guide on how to make Smart Swaps using Sequence's Unreal SDK.
- [Authenticating Users](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unreal/onboarding/authentication.md): Documentation for Unreal SDK API to manage sessions for the Sequence infrastructure stack for web3 gaming.
- [Manage Sessions](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unreal/onboarding/manage_sessions.md): Documentation for Unreal SDK API to manage sessions for the Sequence infrastructure stack for web3 gaming.
- [Connecting External Wallets](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unreal/onboarding/wallet_linking.md): Documentation for Unreal SDK API to manage sessions for the Sequence infrastructure stack for web3 gaming.
- [Write to Blockchain](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unreal/power/write-to-blockchain.md): Documentation for Unreal SDK API for writing to the blockchain with the Sequence infrastructure stack for web3 gaming.
- [Read From Blockchain](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unreal/power/read-from-blockchain.md): Documentation for Unreal SDK API for reading from the blockchain with the Sequence infrastructure stack for web3 gaming.
- [Smart Contracts](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unreal/power/smart-contracts.md): Documentation for Unreal SDK API for reading from the blockchain with the Sequence infrastructure stack for web3 gaming.
- [Secondary Sales Marketplace](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unreal/monetization/secondary-sales-marketplace.md): Documentation for Unreal SDK overview for the Sequence infrastructure stack for web3 gaming.
- [Checkout](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unreal/monetization/checkout.md): Documentation for Unreal SDK overview for the Sequence infrastructure stack for web3 gaming.
- [Currency Swaps](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unreal/monetization/currency-swaps.md): Documentation for Unreal SDK overview for the Sequence infrastructure stack for web3 gaming.
- [Onboard User Funds](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unreal/monetization/onboard-user-funds.md): Documentation for Unreal SDK overview for the Sequence infrastructure stack for web3 gaming.
- [Utilities](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unreal/advanced/utilities.md): Documentation for Unreal SDK API for reading from the blockchain with the Sequence infrastructure stack for web3 gaming.
- [Advanced Blockchain Interactions](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unreal/advanced/advanced.md): Documentation for Unreal SDK advanced blockchain interactions for the Sequence infrastructure stack for web3 gaming.
- [Packaging](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/unreal/advanced/platforms.md): Documentation for Unreal packaging for the Sequence infrastructure stack for web3 gaming.
- [Overview](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/typescript/overview.md): The [0xsequence](https://github.com/0xsequence/sequence.js) package is versatile, working seamlessly on both browser/client and nodejs backends in Javascript or Typescript. For Go backends, the go-sequence SDK offers similar functionality, with all of Sequence's infrastructure built using go-sequenc…
- [Connect and send transactions](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/typescript/guides/backend/integration.md): Learn how to integrate Sequence with your backend services
- [Quickstart](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/headless-wallet/quickstart.md): Connect your users to your App with the Sequence Embedded Wallet.
- [Initialization and Authentication](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/headless-wallet/authentication.md): The Authentication feature in Embedded Wallets simplifies account management, authentication, and session control for your application.
- [Using your Embedded Wallet](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/headless-wallet/use-wallets.md): The content provides detailed instructions on using the Sequence WaaS SDK for wallet management and transactions.
- [Embedded Wallet Account Federation](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/headless-wallet/account-federation.md): The content provides detailed information on implementing the ability to federate and link single or multiple wallets to a main embedded wallet session, describing best practices when combined with ephemeral guest wallets to be converted to permanent on-chain embedded wallets.
- [Session Management](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/headless-wallet/manage-sessions.md): The Session Management feature in Auth + Embedded Wallet simplifies account management, authentication, and session control for your application.
- [On-ramp](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/headless-wallet/on-ramp.md): The on-ramp feature allows developers to integrate the Embedded Wallet with Web SDK, enabling users to easily purchase fiat currency using a credit or debit card through a simplified react component.
- [Fee Options](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/headless-wallet/fee-options.md): The content provides detailed information on implementing Fee Options for gas fees when sending transactions using an Embedded Wallet with the Sequence stack.
- [Verification](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/headless-wallet/verification.md): The content provides a detailed guide on verifying ownership of an Embedded Wallet address using a nonce and optional time expiry.
- [Transaction receipts](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/headless-wallet/transaction-receipts.md): The content explains the generation of transaction receipts for successful and failed transactions.
- [Privy & Sequence](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/headless-wallet/use-with-privy.md): Learn how to use Privy as a signer for your Sequence Smart Wallet.
- [Overview](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/go/overview.md): Go SDK documentation for the Sequence infrastructure stack for web3 gaming.
- [Mobile SDK for Embedded Wallet (React Native)](https://sequence-0fb8d9e6-shop-docs.mintlify.site/sdk/mobile.md): This content provides detailed instructions on integrating the Sequence Embedded Wallet SDK with React Native for complete wallet and indexer integration.
- [Overview](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/overview.md): Overview of the various APIs available for integrating with the Sequence developer platform.
- [Indexer](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/overview.md)
- [Indexer Installation](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/installation.md)
- [GetNativeTokenBalance](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/endpoints/public/get-native-token-balance.md): GetNativeTokenBalance queries an ethereum node for the latest native token account balance. The native token is the token of the chain the indexer is connected to, for example, ETH on Ethereum and POL on Polygon.
- [GetTokenBalancesSummary](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/endpoints/public/get-token-balances-summary.md): On Sepolia Mainnet, get the token balance summaries for an account address
- [GetTokenBalancesDetails](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/endpoints/public/get-token-balances-details.md): On Sepolia Mainnet, get the token balance details for tokens owned by an account address
- [GetTokenBalancesByContract](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/endpoints/public/get-token-balances-by-contract.md): On Sepolia Mainnet, get the token balances by a specific contract address
- [GetTokenBalances](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/endpoints/public/get-token-balances.md): Get the token balances for the included account address and contract address. Example on Ethereum Sepolia
- [GetTokenSupplies](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/endpoints/public/get-token-supplies.md): GetTokenSupplies returns the set of tokenIDs used by a contract address, supporting ERC-20, ERC-721, and ERC-1155 contracts, and their respective supply as well.
- [GetTokenSuppliesMap](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/endpoints/public/get-token-supplies-map.md): On Sepolia Mainnet, get the token supplies of the minted tokens for a contract address and token ID mapping
- [GetBalanceUpdates](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/endpoints/public/get-balance-updates.md): Get balance update aggregate values -- useful for syncing balance details of a contract, ie. from Skyweaver
- [GetTransactionHistory](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/endpoints/public/get-transaction-history.md): History of mined transactions for the account which includes a list of token transfers (sent/recieved) and sent transactions from a Sequence wallet
- [FetchTransactionReceipt](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/endpoints/public/fetch-transaction-receipt.md): On Sepolia Mainnet, get the transaction receipt for a specific hash after a certain number of blocks
- [FetchTransactionReceiptWithFilter](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/endpoints/public/fetch-transaction-receipt-with-filter.md): On Sepolia Mainnet, get the transaction receipt for a specific hash after a certain number of blocks for a certain filter
- [SubscribeReceipts](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/endpoints/public/subscribe-receipts.md): On Sepolia Mainnet, subscribe and receive receipts based on a filter of transaction hash and transaction details
- [SubscribeEvents](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/endpoints/public/subscribe-events.md): On Sepolia Mainnet, subscribe and receive receipts based on a filter of transaction mints
- [SubscribeBalanceUpdates](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/endpoints/public/subscribe-balance-updates.md): On Sepolia Mainnet, subscribe and receive balance updates based on the affected address, like wallet and contract address, with specific details
- [GetAllWebhookListeners](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/endpoints/secret/get-all-webhook-listeners.md)
- [AddWebhookListener](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/endpoints/secret/add-webhook-listener.md)
- [UpdateWebhookListener](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/endpoints/secret/update-webhook-listener.md)
- [RemoveWebhookListener](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/endpoints/secret/remove-webhook-listener.md)
- [ToggleWebhookListener](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/endpoints/secret/toggle-webhook-listener.md)
- [PauseAllWebhookListeners](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/endpoints/secret/pause-all-webhook-listeners.md)
- [ResumeAllWebhookListeners](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/endpoints/secret/resume-all-webhook-listeners.md)
- [GetWebhookListener](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/endpoints/default/get-webhook-listener.md)
- [Tokens API](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/examples/fetch-tokens.md)
- [Wallet transaction history](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/examples/transaction-history.md)
- [Tokens in a contract](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/examples/unique-tokens.md)
- [Contract token history](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/examples/transation-history-token-contract.md)
- [Native network balances (ie. ETH, MATIC, etc.)](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/examples/native-network-balance.md)
- [Metadata Tips & Notes on Spam](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/examples/metadata-tips.md)
- [Webhooks](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/examples/webhook-listener.md)
- [Subscriptions](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/examples/subscriptions.md)
- [Sequence Indexer Gateway](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer-gateway/overview.md): The Indexer Gateway provides you with tools to query and filter data across multiple Ethereum networks with ease.
- [Sequence Indexer Gateway API Installation](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer-gateway/installation.md): Learn how to install the Sequence Indexer Gateway API for querying blockchain token and NFT data across all networks. Get your API access key from Sequence Builder. Integration is simple with HTTP RPC endpoints for Webapps, Games, and backends.
- [Sequence Indexer Gateway API - Fetch ERC20, ERC721, and ERC1155 Tokens and Metadata](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer-gateway/examples/get-token-balances.md): The Tokens API allows users to fetch a list of ERC20, ERC721, and ERC1155 tokens along with metadata from any wallet across multiple Ethereum networks.
- [Fetch Native Network Balance from all chains](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer-gateway/examples/get-native-token-balances.md): This content provides instructions on getting native balances on all Ethereum networks
- [Fetch balance updates from specific contracts](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer-gateway/examples/get-balance-updates.md): This content provides instructions on fetching balance updates from specific contracts.
- [Fetch balances on all networks](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer-gateway/examples/get-token-balances-details.md): This content provides instructions on fetching token data details from specific contracts across all different networks.
- [Fetch token balances from specific contracts across all networks.](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer-gateway/examples/get-token-balances-by-contract.md): This content provides instructions on fetching token balances from specific contracts.
- [Analytics](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/overview.md)
- [AverageDAU](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/average-d-a-u.md): Get average daily active users
- [AverageD1Retention](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/average-d1-retention.md): Get average D1 retention metrics
- [AverageD14Retention](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/average-d14-retention.md): Get average D14 retention metrics
- [AverageD28Retention](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/average-d28-retention.md): Get average D28 retention metrics
- [AverageD3Retention](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/average-d3-retention.md): Get average D3 retention metrics
- [AverageD7Retention](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/average-d7-retention.md): Get average D7 retention metrics
- [AverageStickiness](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/average-stickiness.md): Get average stickiness metrics
- [ComputeByService](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/compute-by-service.md): Get compute statistics by service
- [D1RetentionByCohort](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/d1-retention-by-cohort.md): Get D1 retention by cohort
- [D14RetentionByCohort](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/d14-retention-by-cohort.md): Get D14 retention by cohort
- [D28RetentionByCohort](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/d28-retention-by-cohort.md): Get D28 retention by cohort
- [D3RetentionByCohort](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/d3-retention-by-cohort.md): Get D3 retention by cohort
- [D7RetentionByCohort](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/d7-retention-by-cohort.md): Get D7 retention by cohort
- [DailyComputeByType](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/daily-compute-by-type.md): Get daily compute statistics by type
- [DailyNewWallets](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/daily-new-wallets.md): Get daily new wallets
- [DailyWalletTxnConversionRate](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/daily-wallet-txn-conversion-rate.md): Get daily wallet transaction conversion rate
- [MarketTxnEventDaily](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/market-txn-event-daily.md): Get daily market transaction events
- [MarketTxnEventMonthly](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/market-txn-event-monthly.md): Get monthly market transaction statistics
- [MarketTxnEventTotal](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/market-txn-event-total.md): Get total market transaction events
- [MarketWalletsDaily](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/market-wallets-daily.md): Get daily market wallets
- [MarketWalletsMonthly](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/market-wallets-monthly.md): Get monthly market wallets
- [MarketWalletsTotal](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/market-wallets-total.md): Get total market wallets
- [MonthlyActiveWalletsBySegment](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/monthly-active-wallets-by-segment.md): Get monthly active wallets by segment
- [MonthlyNewWallets](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/monthly-new-wallets.md): Get monthly new wallets
- [MonthlyTransactingWalletsBySegment](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/monthly-transacting-wallets-by-segment.md): Get monthly transacting wallets by segment
- [MonthlyWalletTxnConversionRate](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/monthly-wallet-txn-conversion-rate.md): Get monthly market conversions on your marketplace
- [RollingStickiness](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/rolling-stickiness.md): Get rolling stickiness metrics
- [TotalCompute](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/total-compute.md): Get total compute statistics
- [TotalNewWallets](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/total-new-wallets.md): Get Total Wallets over a time interval
- [TotalWalletTxnConversionRate](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/total-wallet-txn-conversion-rate.md): Get total wallet transaction conversion rate
- [WalletsByBrowser](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/wallets-by-browser.md): Get wallet statistics by browser
- [WalletsByCountry](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/wallets-by-country.md): Get wallet statistics by country
- [WalletsByDevice](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/wallets-by-device.md): Get wallet statistics by device
- [WalletsByOS](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/wallets-by-o-s.md): Get wallet statistics by operating system
- [WalletsDaily](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/wallets-daily.md): Get daily wallet statistics
- [WalletsMonthly](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/wallets-monthly.md): Get monthly wallet statistics
- [WalletsTotal](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/wallets-total.md): Get total wallets
- [WalletsTxnSentDaily](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/wallets-txn-sent-daily.md): Get daily transaction statistics
- [WalletsTxnSentMonthly](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/wallets-txn-sent-monthly.md): Get monthly transaction statistics
- [WalletsTxnSentTotal](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/wallets-txn-sent-total.md): Get total transaction statistics
- [WeeklyActiveWallets](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/secret/weekly-active-wallets.md): Get weekly active wallets
- [DailyComputeByService](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/default/daily-compute-by-service.md)
- [GetOrderbookCollections](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/default/get-orderbook-collections.md)
- [Wallet Analytics Examples](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/examples/wallets.md)
- [Marketplace Analytics Examples](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/examples/marketplace.md)
- [Metadata](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/overview.md)
- [DirectoryGetCollections](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/public/directory-get-collections.md)
- [DirectoryGetNetworks](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/public/directory-get-networks.md): Token Directory. NOTE: this only searches the 'token-directory' items. Use 'SearchContracts' or 'SearchTokens' for everything else.
- [EnqueueTokensForRefresh](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/public/enqueue-tokens-for-refresh.md): This Endpoint is Deprecated!
- [GetContractInfoBatch](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/public/get-contract-info-batch.md)
- [GetContractInfo](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/public/get-contract-info.md): Contract Info -- returns contract meta-info for contracts found in registered chain's token-lists
- [GetTokenMetadataBatch](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/public/get-token-metadata-batch.md): GetTokenMetadataBatch allows you to query the token metadata of a batch of contracts and respective tokenIDs where map is contractAddress::[]tokenID => contractAddress::[]TokenMetadata Note, we limit each request to 50 contracts max and 50 tokens max per contract.
- [GetTokenMetadata](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/public/get-token-metadata.md): GetTokenMetadata - fetch token metadata for a particular contract and respective tokenIDs
- [RefreshTokenMetadata](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/public/refresh-token-metadata.md): This Endpoint is Deprecated!
- [SearchContractInfoBatch](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/public/search-contract-info-batch.md): map of contractAddress :: []ContractInfo
- [SearchContractInfo](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/public/search-contract-info.md): Search Contract Info across all chains token-lists. Similar to GetContractInfo above, but it will traverse all chains and results from all.
- [SearchTokenIDs](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/public/search-token-i-ds.md)
- [SearchTokenMetadata](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/public/search-token-metadata.md)
- [SearchTokens](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/public/search-tokens.md)
- [TokenCollectionFilters](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/public/token-collection-filters.md)
- [RefreshAllContractTokens](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/public/refresh-all-contract-tokens.md)
- [RefreshContractInfo](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/public/refresh-contract-info.md)
- [RefreshContractTokens](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/public/refresh-contract-tokens.md)
- [SearchContracts](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/public/search-contracts.md)
- [SearchMetadata](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/public/search-metadata.md): This Endpoint is Deprecated!
- [CreateAsset](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/secret/create-asset.md)
- [CreateCollection](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/secret/create-collection.md)
- [CreateContractCollection](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/secret/create-contract-collection.md)
- [CreateToken](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/secret/create-token.md)
- [DeleteAsset](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/secret/delete-asset.md)
- [DeleteCollection](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/secret/delete-collection.md)
- [DeleteContractCollection](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/secret/delete-contract-collection.md)
- [DeleteToken](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/secret/delete-token.md)
- [GetAsset](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/secret/get-asset.md)
- [GetCollection](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/secret/get-collection.md)
- [GetContractCollection](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/secret/get-contract-collection.md)
- [GetToken](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/secret/get-token.md)
- [ListCollections](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/secret/list-collections.md)
- [ListContractCollections](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/secret/list-contract-collections.md)
- [ListTokens](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/secret/list-tokens.md)
- [PublishCollection](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/secret/publish-collection.md)
- [UnpublishCollection](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/secret/unpublish-collection.md)
- [UpdateAsset](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/secret/update-asset.md)
- [UpdateCollection](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/secret/update-collection.md)
- [UpdateContractCollection](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/secret/update-contract-collection.md)
- [UpdateToken](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/secret/update-token.md)
- [Token Metadata](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/examples/token-metadata.md)
- [Contract Metadata](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/examples/contract-metadata.md)
- [Metadata REST API Reference & Usage](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/examples/rest-api.md)
- [Infrastructure Stack API](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/infrastructure/overview.md)
- [GetLinkedWallets](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/infrastructure/endpoints/get-linked-wallets.md): Query all wallets that are linked
- [GetSwapPrice](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/infrastructure/endpoints/get-swap-price.md): Currency abstraction
- [GetSwapPrices](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/infrastructure/endpoints/get-swap-prices.md): Retrieve swap prices for the specified ERC20 token at the address provided as 'buyCurrencyAddress'. The result will be 'null' if the user lacks sufficient funds or if there is insufficient pool liquidity.
- [GetSwapQuote](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/infrastructure/endpoints/get-swap-quote.md): After selecting a swap price from 'GetSwapPrices', use this API to retrieve the transaction data needed to execute the swap on-chain.
- [IsValidETHAuthProof](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/infrastructure/endpoints/is-valid-e-t-h-auth-proof.md)
- [IsValidMessageSignature](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/infrastructure/endpoints/is-valid-message-signature.md)
- [IsValidSignature](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/infrastructure/endpoints/is-valid-signature.md): TODO: we can add walletContext optional in the future when we need it NOTE: chainId can be either a number or canonical name
- [IsValidTypedDataSignature](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/infrastructure/endpoints/is-valid-typed-data-signature.md)
- [LinkWallet](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/infrastructure/endpoints/link-wallet.md): Send a Payload to link a user wallet, this would require a signed message from both parent wallet (Embedded Wallet) and a linking wallet like an EOA.
- [RemoveLinkedWallet](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/infrastructure/endpoints/remove-linked-wallet.md): Send a Payload to link a user wallet, this would require a signed message from both parent wallet (Embedded Wallet) and a linking wallet like an EOA.
- [Sequence Builder API](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/builder/overview.md)
- [AddAudienceContacts](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/builder/endpoints/add-audience-contacts.md): Contacts
- [CreateAudience](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/builder/endpoints/create-audience.md)
- [DeleteAudience](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/builder/endpoints/delete-audience.md)
- [GetAudience](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/builder/endpoints/get-audience.md)
- [GetContract](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/builder/endpoints/get-contract.md)
- [ListAudiences](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/builder/endpoints/list-audiences.md): Audience
- [ListContractSources](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/builder/endpoints/list-contract-sources.md)
- [ListContracts](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/builder/endpoints/list-contracts.md)
- [RemoveAudienceContacts](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/builder/endpoints/remove-audience-contacts.md)
- [UpdateAudience](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/builder/endpoints/update-audience.md)
- [Marketplace API](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/marketplace/overview.md)
- [CheckoutOptionsMarketplace](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/marketplace/endpoints/checkout-options-marketplace.md)
- [CheckoutOptionsSalesContract](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/marketplace/endpoints/checkout-options-sales-contract.md)
- [GenerateBuyTransaction](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/marketplace/endpoints/generate-buy-transaction.md)
- [GenerateListingTransaction](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/marketplace/endpoints/generate-listing-transaction.md)
- [GenerateOfferTransaction](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/marketplace/endpoints/generate-offer-transaction.md)
- [GenerateSellTransaction](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/marketplace/endpoints/generate-sell-transaction.md)
- [GenerateCancelTransaction](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/marketplace/endpoints/generate-cancel-transaction.md)
- [GetCollectible](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/marketplace/endpoints/get-collectible.md)
- [GetCountOfAllCollectibles](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/marketplace/endpoints/get-count-of-all-collectibles.md)
- [GetCountOfFilteredCollectibles](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/marketplace/endpoints/get-count-of-filtered-collectibles.md)
- [GetFloorOrder](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/marketplace/endpoints/get-floor-order.md)
- [GetHighestPriceListingForCollectible](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/marketplace/endpoints/get-highest-price-listing-for-collectible.md)
- [GetHighestPriceOfferForCollectible](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/marketplace/endpoints/get-highest-price-offer-for-collectible.md)
- [GetLowestPriceListingForCollectible](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/marketplace/endpoints/get-lowest-price-listing-for-collectible.md)
- [GetLowestPriceOfferForCollectible](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/marketplace/endpoints/get-lowest-price-offer-for-collectible.md)
- [GetOrders](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/marketplace/endpoints/get-orders.md)
- [ListCollectibles](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/marketplace/endpoints/list-collectibles.md)
- [ListCurrencies](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/marketplace/endpoints/list-currencies.md)
- [ListListingsForCollectible](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/marketplace/endpoints/list-listings-for-collectible.md)
- [ListOffersForCollectible](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/marketplace/endpoints/list-offers-for-collectible.md)
- [Transactions API](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/transactions/overview.md)
- [Installation](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/transactions/installation.md)
- [GetChainID](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/transactions/endpoints/get-chain-id.md)
- [FeeTokens](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/transactions/endpoints/fee-tokens.md)
- [FeeOptions](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/transactions/endpoints/fee-options.md)
- [Fetching Fee Options](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/transactions/examples/fetch-fee-options.md)
- [Sending Transactions](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/transactions/examples/send-transactions.md)
- [Fetching Transaction Receipts](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/transactions/examples/fetch-transaction-receipts.md)
- [Node Gateway](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/node-gateway.md)
- [Guides](https://sequence-0fb8d9e6-shop-docs.mintlify.site/guides/guide-overview.md): The guides overview for the Sequence infrastructure stack for web3 gaming.
- [Aviator Web3 Game with WebGL](https://sequence-0fb8d9e6-shop-docs.mintlify.site/guides/webgl-guide.md): Learn how to integrate WebGL in a game using tools from the Sequence Stack to earn achievements and use custom ERC1155's.
- [Intro to Jelly Forest - Unity Game Guide](https://sequence-0fb8d9e6-shop-docs.mintlify.site/guides/jelly-forest-unity-guide.md): Intro to Jelly Forest - Unity Game Guide introduces a 2D runner game with blockchain features like social sign-in, upgrades, and cosmetic items stored in a smart contract wallet.
- [Building Transaction Heavy Games with Unity](https://sequence-0fb8d9e6-shop-docs.mintlify.site/guides/building-transaction-heavy-games-with-unity.md): Some games frequently save the game state. When working with the blockchain, this can be expensive and involve a lot of latency. This guide addresses how to work around these constraints without impacting end user experience or over-inflating your operational expenses.
- [Building and Integrating Web3 Game Features with Sequence's Unreal Engine SDK](https://sequence-0fb8d9e6-shop-docs.mintlify.site/guides/unreal-ew-guide.md): Integrate the Sequence Wallet, fetch your players assets, sign messages, send transactions and more using Sequence's Unreal SDK.
- [Using Unity IAP to Sell NFTs](https://sequence-0fb8d9e6-shop-docs.mintlify.site/guides/using-unity-iap-to-sell-nfts.md): How we added NFTs purchaseable via IAP (in-app purchase) on the iOS App Store and Google Play Store to Jelly Forest and how you can do something similar in your own games
- [How to do Primary Sales for On-Chain Items in Unity](https://sequence-0fb8d9e6-shop-docs.mintlify.site/guides/unity-primary-sales.md): This guide covers the creation of a Primary Sale with Sequence's Unity SDK.
- [Build a Telegram Mini-Game in Unity](https://sequence-0fb8d9e6-shop-docs.mintlify.site/guides/unity-webgl-telegram.md): This guide covers the creation of a Telegram Game using Sequence's Unity SDK.
- [Integrating Web SDK with Telegram Mini-apps](https://sequence-0fb8d9e6-shop-docs.mintlify.site/guides/telegram-integration.md): Learn how to integrate Web SDK with your Telegram Mini-app or Game for seamless web3 functionality.
- [Mint Collectibles Using a Gasless Serverless Transactions API](https://sequence-0fb8d9e6-shop-docs.mintlify.site/guides/mint-collectibles-serverless.md): Learn how to mint collectibles using a gasless serverless Transactions API with Sequence. Implement the API on a Cloudflare worker for seamless user interactions without gas payments.
- [Collection Metadata Management](https://sequence-0fb8d9e6-shop-docs.mintlify.site/guides/metadata-guide.md): How to store media using the Sequence Collections API with Cloudflare Workers, as well as read from the Metadata API to render images.
- [Treasure Chests with AI Minting](https://sequence-0fb8d9e6-shop-docs.mintlify.site/guides/treasure-chest-guide.md): Learn how to build a web3 application using React with AI-generated loot from treasure chests. Utilize an Embedded Wallet for authentication, Cloudflare workers for transaction ease, and Sequence Stack tools.
- [Verified Typed Data & Validated Signature Messages On-chain](https://sequence-0fb8d9e6-shop-docs.mintlify.site/guides/typed-on-chain-signatures.md): How to perform signature verification of messages on-chain and for non-deployed wallet contracts to ensure the integrity of data on a blockchain from signers
- [Building a Relaying Transaction Server](https://sequence-0fb8d9e6-shop-docs.mintlify.site/guides/building-relaying-server.md): Learn how to build a relaying transaction server with Sequence, enabling your server to dispatch transactions on behalf of users seamlessly.
- [Sequence Analytics API in Dune](https://sequence-0fb8d9e6-shop-docs.mintlify.site/guides/analytics-guide.md): Learn how to use the Sequence Builder analytics feature to query user data for your project with a serverless Cloudflare Worker.
- [Build embedding wallet](https://sequence-0fb8d9e6-shop-docs.mintlify.site/guides/build-embedding-wallet.md)
- [Connect Privy with Sequence](https://sequence-0fb8d9e6-shop-docs.mintlify.site/guides/use-with-privy.md): Learn how to use Privy as a signer for your Sequence Smart Wallet.
- [Build a Custom Marketplace](https://sequence-0fb8d9e6-shop-docs.mintlify.site/guides/custom-marketplace.md): This guide walks you through building a custom marketplace using the Sequence stack. It covers token minting, wallet authentication, displaying collections, creating and purchasing listings, making and accepting offers, and managing inventory—all seamlessly integrated with an embedded wallet and Web…
- [Sell your Game Items via a Web Shop](https://sequence-0fb8d9e6-shop-docs.mintlify.site/guides/primary-sales.md): This guide covers the creation of a Primary Sales of Sequence. It includes steps for create sales contract, create nft contract, create collection, wallet authentication, purchase and mint.
- [Create NFT Drop Sales with Sequence](https://sequence-0fb8d9e6-shop-docs.mintlify.site/guides/primary-drop-sales-erc721.md): This guide covers the creation of a Primary Sales 721 of Sequence. It includes steps to create a sales contract, to create an NFT contract, to create a collection, to create unrevealed tokens, to reveal unrevealed tokens, to authenticate wallets, and to purchase and mint.
- [Templates](https://sequence-0fb8d9e6-shop-docs.mintlify.site/guides/template-overview.md): The templates overview for the Sequence documentation
- [Support](https://sequence-0fb8d9e6-shop-docs.mintlify.site/support.md): Sequence provides support teams in multiple timezones to assist with any issues or queries for new projects
- [Changelog](https://sequence-0fb8d9e6-shop-docs.mintlify.site/support/changelog.md)
- [Restricted Regions](https://sequence-0fb8d9e6-shop-docs.mintlify.site/support/restricted-regions.md): Sequence is restricted in certain regions due to regulatory requirements from Canada, USA, and other global jurisdictions.
- [FAQ](https://sequence-0fb8d9e6-shop-docs.mintlify.site/support/faq.md)
- [Token Directory](https://sequence-0fb8d9e6-shop-docs.mintlify.site/support/token-directory.md): Sequence Token Directory is an open resource repository on GitHub used to filter spam tokens from our services and wallets. Developers can submit pull requests to the Token Directory to get new tokens verified in wallets and infrastructure.
- [Discord](https://sequence-0fb8d9e6-shop-docs.mintlify.site/support/discord.md)
- [We're hiring!](https://sequence-0fb8d9e6-shop-docs.mintlify.site/support/hiring.md)
- [Contact Us](https://sequence-0fb8d9e6-shop-docs.mintlify.site/support/contact-us.md)
- [Project Management in Sequence Builder](https://sequence-0fb8d9e6-shop-docs.mintlify.site/support/builder/project-management.md): The content discusses the seamless process of creating projects in Sequence Builder, emphasizing the ease of use without the need for KYC. Users must adhere to global regulations and platform terms. Options to choose a project name, upload a custom avatar, and configure networks.
- [Settings in Sequence Builder](https://sequence-0fb8d9e6-shop-docs.mintlify.site/support/builder/project-settings.md): The Sequence Builder allows users to access various settings for their projects, including General, Advanced, Collaborators, Networks, API Access Keys, and Billing. Users can update project details, add collaborators, manage network settings, configure API access keys, etc.
## OpenAPI Specs
- [relayer-api](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/transactions/endpoints/relayer-api.json)
- [sequence-metadata](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/metadata/endpoints/sequence-metadata.json)
- [sequence-marketplace](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/marketplace/endpoints/sequence-marketplace.json)
- [sequence-api](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/infrastructure/endpoints/sequence-api.json)
- [indexer](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/indexer/endpoints/indexer.json)
- [builder-api](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/builder/endpoints/builder-api.json)
- [analytics-api](https://sequence-0fb8d9e6-shop-docs.mintlify.site/api-references/analytics/endpoints/analytics-api.json)
- [rpc.gen](https://sequence-0fb8d9e6-shop-docs.mintlify.site/docs/pages/api/marketplace/rpc.gen.yaml)
## Optional
- [Supported Chains](https://status.sequence.info/)
- [Changelog](https://0xsequence.featurebase.app/changelog)