Magic Eden · Schema

MagicEdenAMMPool

An Automated Market Maker (AMM/MMM) liquidity pool on the Magic Eden Solana marketplace.

NFTWeb3BlockchainMarketplaceSolanaEthereumBitcoinOrdinalsRunesMulti-Chain

Properties

Name Type Description
poolAddress string On-chain address of the liquidity pool.
owner string Wallet address of the pool creator/owner.
collectionSymbol string Collection symbol this pool provides liquidity for.
poolType string Pool type: buy-only, sell-only, or two-sided trade.
solBalance number Current SOL balance available in the pool.
buysideCredit number Credit available for buy-side operations.
spotPrice number Current spot price the pool is willing to buy/sell at, in SOL.
curveType string Price curve type used by the pool.
curveDelta number Delta value controlling price movement along the curve.
reinvestFulfillBuy boolean Whether buy proceeds are automatically reinvested.
reinvestFulfillSell boolean Whether sell proceeds are automatically reinvested.
nftsHeld integer Number of NFTs currently held in the pool.
sellOrdersAmount integer Number of open sell orders from this pool.
expiry integer Unix timestamp when the pool expires (0 = no expiry).
lpFeesBps integer Liquidity provider fee in basis points (100 = 1%).
createdAt string Timestamp when the pool was created.
updatedAt string Timestamp when the pool was last updated.
View JSON Schema on GitHub

JSON Schema

magic-eden-amm-pool.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/magiceden/main/json-schema/magiceden-amm-pool.json",
  "title": "MagicEdenAMMPool",
  "description": "An Automated Market Maker (AMM/MMM) liquidity pool on the Magic Eden Solana marketplace.",
  "type": "object",
  "properties": {
    "poolAddress": {
      "type": "string",
      "description": "On-chain address of the liquidity pool."
    },
    "owner": {
      "type": "string",
      "description": "Wallet address of the pool creator/owner."
    },
    "collectionSymbol": {
      "type": "string",
      "description": "Collection symbol this pool provides liquidity for."
    },
    "poolType": {
      "type": "string",
      "enum": ["buy", "sell", "trade"],
      "description": "Pool type: buy-only, sell-only, or two-sided trade."
    },
    "solBalance": {
      "type": "number",
      "description": "Current SOL balance available in the pool."
    },
    "buysideCredit": {
      "type": "number",
      "description": "Credit available for buy-side operations."
    },
    "spotPrice": {
      "type": "number",
      "description": "Current spot price the pool is willing to buy/sell at, in SOL."
    },
    "curveType": {
      "type": "string",
      "enum": ["linear", "exponential"],
      "description": "Price curve type used by the pool."
    },
    "curveDelta": {
      "type": "number",
      "description": "Delta value controlling price movement along the curve."
    },
    "reinvestFulfillBuy": {
      "type": "boolean",
      "description": "Whether buy proceeds are automatically reinvested."
    },
    "reinvestFulfillSell": {
      "type": "boolean",
      "description": "Whether sell proceeds are automatically reinvested."
    },
    "nftsHeld": {
      "type": "integer",
      "description": "Number of NFTs currently held in the pool."
    },
    "sellOrdersAmount": {
      "type": "integer",
      "description": "Number of open sell orders from this pool."
    },
    "expiry": {
      "type": "integer",
      "description": "Unix timestamp when the pool expires (0 = no expiry)."
    },
    "lpFeesBps": {
      "type": "integer",
      "description": "Liquidity provider fee in basis points (100 = 1%)."
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the pool was created."
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the pool was last updated."
    }
  },
  "required": ["poolAddress", "owner", "collectionSymbol", "poolType"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/magic-eden-amm-pool"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.