For the complete documentation index, see llms.txt. This page is also available as Markdown.

platform.getCurrentSupply

Returns an upper bound on amount of tokens that exist that can stake the requested Subnet. This is an upper bound because it does not account for burnt tokens, including transaction fees.

This method will use 10 Compute Units.


Reference: Here

Parameters

None

Returns

  • supply - string - The upper bound on the number of AVAX that exist, denominated in nAVAX.

// Result 
{
  "jsonrpc": "2.0",
  "result": {
    "supply": "365865167637779183"
  },
  "id": 1
}

Last updated

Was this helpful?