opensea-js - v8.0.20
    Preparing search index...

    Type Alias TokenSearchResult

    Token (currency) search result.

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

    Properties

    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