Get Project Token Detail
This service returns project token detail for the specified id parameter.
Get Project Token Detail
GET
{{server-url}}/project-tokens/:id
It returns the project token object.
Query Parameters
id*
Number
Represents project token's identifier
Headers
Authorization*
String
UUID formatted access token
Content-Type*
String
application/json
PROJECT-ID*
String
UUID formatted projectId information
Example Response Body
Response Fields
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 updated