Public API

ZLK Total Supply

Querying ZLK total supply in all chains.

request:
    curl GET 'https://api.zenlink.pro/zlk/totalSupply' 

response:
    43142614.0750000000000004

ZLK Circulating Supply

Querying ZLK circulating supply in all chains.

request:
    curl GET 'https://api.zenlink.pro/zlk/circulatingSupply

response:
    21938882.1572549399683885

Assets

Querying Zenlink default assets

request
    curl GET 'https://api.zenlink.pro/assets?default=true&chain=moonbeam'
    // now, the chain can be `moonbeam`, `moonriver` and `astar`

response
    {
        "name": "zenlink tokens list",
        "timestamp": "2022-05-16T08:41:10.238034268Z",
        "version": {
            "major": 1,
            "minor": 0,
            "patch": 0
        },
        "tags": {},
        "logoURL": "",
        "keywords": [
            "zenlink",
            "moonbeam"
        ],
        "tokens": [
            {
                "chainId": 1284,
                "address": "0xAcc15dC74880C9944775448304B263D191c6077F",
                "symbol": "GLMR",
                "decimals": 18,
                "logoURL": "https://raw.githubusercontent.com/zenlinkpro/assets/master/blockchains/moonbeam/assets/0xAcc15dC74880C9944775448304B263D191c6077F/logo.png"
            },
            ...
        ] 
    }   

Pairs

Querying Zenlink default pairs

Last updated