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

NameTypeDescription

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

NameTypeDescription

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"
    ]
}

Last updated