API Methods
Installing
npm install @mintbase-js/data
Using Data APIs
Currently, these wrappers are methods for the GraphQL API. They are still in beta and may change at anytime.
methods
ownerId: string,contractAddress: string, pagination: {limit: number, offset:number}
get all nfts from a single store
tokenId: string, contractAddress: string, pagination?: {limit: number, offset:number}
get token provenance by token id and certain contract
metadataId: string, pagination?: {limit: number, offset:number}
get token owners by metadata id
`contractAddress: string
string[], showOnlyListed?: boolean, pagination?: {limit: number, offset:number}`
contractId: string, filters: AttributesFilters
get tokens of a certain contract and filters
contractId: string, attributeType: string, attributeValue: string
get attribute rarity of a certain contract, attribute type and attribute value
Last updated