Add Marketplace Token
Add existing ERC-20 token as a supported token for your project.
Add Marketplace Token
POST
{{server-url}}/marketplace-tokens
It returns the marketplace token's identifier value.
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | UUID formatted access token |
Content-Type* | String | application/json |
PROJECT-ID* | String | UUID formatted projectId information |
Request Body
Name | Type | Description |
---|---|---|
icon | String | Represents marketplace token's icon url |
address* | String | Represents token's contract address. Make sure it is the contract address |
Example Response Body
Last updated