API Overview
Data Model
Field | Type | Optional | Description |
---|---|---|---|
type | string | ❌ | Type of token. |
deployer | string | ❌ | The user who deployed the token. |
data | object | ❌ | Data of the deployed token. |
data.contractAddress | string | ❌ | Address where the token contract was deployed. |
data.name | string | ❌ | Token name. |
data.symbol | string | ❌ | Token symbol. |
data.burnAddress | string | ✅ | Address where the tokens will be sent to be burned (only for ERC20 token). |
data.networkId | integer | ❌ | Network identifier where the token contract was deployed. |