coinchanGetCoinsCount
Retrieve the total number of Coinchan tokens created by specifying the chain ID, enabling efficient tracking of token issuance on Ethereum-based networks.
Instructions
Get total number of Coinchan tokens created
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chainId | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"chainId": {
"type": "number"
}
},
"required": [
"chainId"
],
"type": "object"
}