millioncloud.org
  • MillionCloud
  • Token
    • Million Token
    • Million Token Community
    • Graphic Resources
  • Public API
    • Million Holders
    • Million Liquidity Pools
    • Million NFTs
    • Million Memes
    • Million Quotes
    • Million Influencers
    • Million Community Projects
  • Tutorials
    • MillionToken Addresses
    • Buy Million Token
      • Buy MM on Uniswap V2
      • Buy MM on Uniswap V3
      • Buy MM on SushiSwap
      • Buy MM on Quickswap
      • Buy MM on PancakeSwap
      • Buy MM on TraderJoe
      • Buy MM on MoonSwap
      • Buy MM on Raydium
      • Buy MM on LuaSwap
      • Buy MM on Gate.io
    • Network Setups
      • Setup Polygon on MetaMask
      • Setup BSC on MetaMask
      • Setup Avanlache on MetaMask
      • Setup Moonriver on MetaMask
      • Setup TomoChain on MetaMask
      • Setup Fantom on MetaMask
      • Setup Harmony on MetaMask
      • Setup Near Wallet
    • Crypto Security
  • Third Party API
    • Sushiswap
    • Etherscan
    • Solana Explorer
    • BscScan
    • Cardanoscan (coming soon ?)
    • CoinGecko
    • Bloxy
  • Links
    • millioncloud.org
  • Updates
    • Changelog
  • Donations
Powered by GitBook
On this page
  • Total Liquidity amounts per blockchain
  • Liquidity Pairs per blockchain

Was this helpful?

  1. Public API

Million Liquidity Pools

Access the Million Token Liquidity Data for each blockchain.

Features aren't implemented yet. Next release will come soon !

Total Liquidity amounts per blockchain

GET https://api.millioncloud.org/liquidity

https://api.milliontoken.cloud/liquidity?blockchain=eth

Query Parameters

Name
Type
Description

blockchain

string

Get the MM liquidity for the specified blockchain parameter's list: eth, ether, ethereum, sol, solana, matic, polygon, ada, cardano.

{
    "solana": {
        "total-usd-value": 890343, 
        "total-mm-stored": 27000,
        "total-mm-value": 445223
    }
}

Liquidity Pairs per blockchain

GET https://api.millioncloud.org/liquidity-pairs

https://api.milliontoken.cloud/liquidity-pairs?blockchain=eth,matic

Path Parameters

Name
Type
Description

blockchain

string

Get the MM liquidity pairs for the specified blockchain

{
    "ethereum": [
        "MM-USDC",
        "MM-ETH",
        "MM-BUSD",
        "MM-USDT"
    ],
    "polygon": [
        "MM-USDC",
        "MM-ETH"
    ]
}
PreviousMillion HoldersNextMillion NFTs

Last updated 2 years ago

Was this helpful?