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

    Interface OpenSeaAPIConfig

    OpenSea API configuration object

    Chain to use. Defaults to Ethereum Mainnet (Chain.Mainnet)

    API key to use

    Optional base URL to use for the API

    interface OpenSeaAPIConfig {
        apiBaseUrl?: string;
        apiKey?: string;
        chain?: Chain;
    }
    Index

    Properties

    apiBaseUrl?: string
    apiKey?: string
    chain?: Chain