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

Headers

{
    // Response
}

Example Response Body

{
    "data": {
        "id": 597,
        "icon": "https://ethereum.org/static/6b935ac0e6194247347855dc3d328e83/6ed5f/eth-diamond-black.webp",
        "symbol": "ETH",
        "name": "Ethereum",
        "address": "0x0000000000000000000000000000000000000000",
        "artifactName": "ethereum",
        "decimal": 18,
        "networkId": 4
    },
    "message": null,
    "code": 0,
    "error": false
}

Response Fields

Last updated