Million Liquidity Pools

Access the Million Token Liquidity Data for each blockchain.

circle-exclamation

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

Last updated