GET
/
api
/
v2
curl --request GET \
  --url https://chainz.cryptoids.info/api/v2 \
  --header 'api_key: <api_key>'
"100000000.00"

Headers

api_key
string
default:
required

API key for authentication

Example:

"SJ3UE1DA7BSR"

Query Parameters

slug
string
default:
required

Token identifier

Example:

"baet"

contract
string
default:
required

Contract address of token

Example:

"0x43ce81f458c0ef40dd654d8573c899e9df789266"

strict
enum<string>
default:false

If want to remove burn token from total supply

Available options:
true,
false
Example:

"false"

query
enum<string>
default:select_query
required

Type of query

Available options:
select_query,
maxcoins,
totalcoins,
circulating
Example:

"totalcoins"

addrs
string
default:

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"