MOE Public API

We provide an API to make it easier to use MOE.

  • API endpoint: https://api.onnano.co

GET https://api.onnano.co/circulating_supply

You can check the total issuance and circulation of MOE ERC-20 token.

{
    "success":true,
    "total_supply":1000000000000,
    "circulating_supply":898958728322.8444
}

GET https://api.onnano.co/max_supply

GET https://api.onnano.co/total_supply

Last updated