Type alias TokenSearchResult

TokenSearchResult: {
    address: string;
    chain: string;
    decimals: number;
    image_url: string | null;
    name: string;
    opensea_url: string;
    symbol: string;
    usd_price: string;
}

Token (currency) search result.

Type declaration

  • address: string

    Contract address of the token

  • chain: string

    Blockchain the token is on

  • decimals: number

    Number of decimal places for the token

  • image_url: string | null

    URL of the token image

  • name: string

    Token name

  • opensea_url: string

    URL to the token on OpenSea

  • symbol: string

    Token symbol

  • usd_price: string

    Current USD price of the token