RSS3 Documentation

Retrieve RSS3 token total supply on VSL

Retrieve the total supply of RSS3 token on VSL.

GET
/nta/token/supply
/nta/token/supply
curl -X GET "https://gi.rss3.io/nta/token/supply"

A successful response containing the total supply of VSL token in RSS3.

{
  "data": {
    "total_supply": "string"
  }
}