Get Project Token Detail
This service returns project token detail for the specified id parameter.
get
{{server-url}}
/project-tokens/:id
Get Project Token Detail
{
"data": {
"id": 597,
"icon": "https://ethereum.org/static/6b935ac0e6194247347855dc3d328e83/6ed5f/eth-diamond-black.webp",
"symbol": "ETH",
"name": "Ethereum",
"address": "0x0000000000000000000000000000000000000000",
"artifactName": "ethereum",
"networkId": 4
},
"message": null,
"code": 0,
"error": false
}
Key | Type | Description |
---|---|---|
id | Number | Represents project token's identifier |
icon | String | Represents project token's image url |
symbol | String | Represents project token's symbol |
decimal | Number | Represents project token's supported decimal converter value. |
name | String | Represents project token's name |
address | String | Represents project token's contract address |
artifactName | String | Represents project token's contract name |
networkId | Number | Represents network identifier, which the token smart contract deployed. |
Last modified 25d ago