Skip to main content

Get token by id

GET 

/v1/custom-tokens/:tokenId

Get token by id

This endpoint retrieves a custom token based on its unique identifier. It accepts a UUID as a parameter and returns the corresponding token if found. On success, it responds with a JSON object representing the token.

Request

Path Parameters

    id stringrequired

    Token id

    tokenId uuidrequired

Responses

Token found

Schema
    address stringrequired
    asset_type stringrequired
    chain_id int32required
    coingecko_id stringnullable
    decimals int32nullable
    id uuidrequired
    item_id stringnullable
    name stringnullable
    owner_address stringnullable
    symbol stringnullable
    token_uri stringnullable
    updated_at date-timerequired
Loading...