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: "polygon" | "ethereum" | "goerli";
    contractAddress: string;
    limit?: number;
    type: "NFTMetadata" | "latestTransactions";
}

Properties

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