Liquid Finance
  • Project Overview and Mission
    • Why Tokenize Assets?
    • Liquid's Vision
  • For Institutional Investors
    • Market Opportunity and Competitive Edgetor
      • Key Advantages
      • Market-Making and Liquidity
    • Compliance and Legal Framework
      • Jurisdictional Legal Wrappers
      • KYC/AML and Investor Accreditation
      • Regulatory Engagement
      • Audits and Security Compliance
      • Transparency and Reporting:
      • Commitment
    • Liquid Finance Token ($LIFI)
      • Fee Reduction
      • Staking and Yield
        • Network Security / Participation
        • Incentivizing Engagement
      • Marketplace and Liquidity Incentives
        • Boosting Listings
        • Liquidity Minting
        • Trading Fee Rewards
      • Governance
      • LiquidChain Native Token
      • Supply and Emissions
      • Value Proposition for Investors
      • Summary
  • For Developers
    • Technical Architecture Overview
      • Solana Blockchain
      • Node.js Backend
      • Supabase (PostgreSQL) Database
      • AI-Powered Bot
      • KYC/AML Integration (Civic & Sumsub)
      • Documint (Legal Document Generation)
      • Decentralized Storage (IPFS/Arweave)
    • Architecture Summary
    • Smart Contracts Documentation
    • Developer API and Integration
      • Asset Tokenization API
      • User Management and KYC API
      • Marketplace API
      • Bot Triggers and Webhooks
      • Supabase Integration
      • Interacting with Solana Programs
  • For General Users (Asset Owners & Investors)
    • Getting Started with Liquid
    • Fees, Costs and Staking Benefits for Users
    • The Liquid Vault (User Dashboard) – MVP Walkthrough
    • Staking & Rewards
  • Roadmap and Future Plans
    • Q2 2025 – Launch and MVP Expansion
    • Q3–Q4 2025 – Growth and Feature Development
    • 2026 – LiquidChain and Decentralization
    • Late 2026 and Beyond – Scaling to New Horizons
    • Summary of Roadmap Highlights
  • SOCIALS
    • Social Links
Powered by GitBook
On this page
  1. For Developers
  2. Developer API and Integration

Marketplace API

Liquid provides APIs to query and interact with the Marketplace, making it simple for developers and partners to list, discover, and trade tokenized assets.


  • GET /api/marketplace/listings Retrieve a list of all tokenized assets available for trading, with support for powerful filters, such as:

    • Asset type (e.g., only real estate, collectibles, business equity)

    • Jurisdiction (e.g., only assets located in the EU)

    • Attributes (e.g., only assets offering passive income or yield)

    The API response includes metadata like:

    • Token mint address

    • Asset name

    • Asset description

    • Current price (based on AMM pool pricing or last trade)

    • Available liquidity

    • Asset status (e.g., verified, accredited-only)


  • POST /api/marketplace/trade (Planned) Execute a trade of an asset token, abstracting away the complexity of interacting directly with a DEX.

    Liquid’s backend will:

    • Route the trade through an underlying Solana DEX or Liquid’s own AMM.

    • Handle order matching, swaps, and settlement under the hood.

    The developer simply provides:

    • Asset ID

    • Buy or sell amount

    • User’s wallet information

    This dramatically simplifies marketplace trading integration, allowing developers to offer asset trading inside their apps without needing to build custom DEX interactions

PreviousUser Management and KYC APINextBot Triggers and Webhooks

Last updated 14 days ago