Self Hosting
Finds token supply using query
Query token supply
GET
Headers
API key for authentication
Example:
"SJ3UE1DA7BSR"
Query Parameters
Token identifier
Example:
"baet"
Contract address of token
Example:
"0x43ce81f458c0ef40dd654d8573c899e9df789266"
If want to remove burn token from total supply
Available options:
true
, false
Example:
"false"
Type of query
Available options:
select_query
, maxcoins
, totalcoins
, circulating
Example:
"totalcoins"
Comma-separated addresses need to remove from circulating supply
Example:
"0xaed74b6070647b52299102534d41182df61f3edc,0x9370ffe58cef7702c40f01e6525cc0c3ccf2a702"
Response
200
text/plain
Successful operation
The response is of type string
.
Example:
"100000000.00"