langchain.js
    Preparing search index...

    See https://docs.sort.xyz/docs/api-keys to get your free Sort API key. See https://docs.sort.xyz for more information on the available queries. See https://docs.sort.xyz/reference for more information about Sort's REST API.

    interface Query {
        blockchain: "ethereum" | "polygon" | "goerli";
        contractAddress: string;
        limit?: number;
        type: "NFTMetadata" | "latestTransactions";
    }
    Index

    Properties

    blockchain: "ethereum" | "polygon" | "goerli"
    contractAddress: string
    limit?: number
    type: "NFTMetadata" | "latestTransactions"