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;
    type: "NFTMetadata" | "latestTransactions";
    limit?: number;
}

Properties

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

Generated using TypeDoc