Get Marketplace Token Detail
This service returns marketplace token detail for the specified id parameter.
Get Marketplace Token Detail
GET
{{server-url}}/marketplace-tokens/:id
It returns the project token object.
Query Parameters
Name | Type | Description |
---|---|---|
id* | Number | Represents marketplace token's identifier |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | UUID formatted access token |
Content-Type* | String | application/json |
PROJECT-ID* | String | UUID formatted projectId information |
Example Response Body
Response Fields
Key | Type | Description |
---|---|---|
id | Number | Represents marketplace token's identifier |
icon | String | Represents marketplace token's image url |
symbol | String | Represents marketplace token's symbol |
name | String | Represents marketplace token's name |
decimal | Number | Represents marketplace token's supported decimal converter value. |
address | String | Represents marketplace token's contract address |
networkId | Number | Represents network identifier, which the token smart contract deployed. |
Last updated