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
method name | params | description |
---|---|---|
| get all attributes from a specific metadataId | |
| get all nfts from a single store | |
| get all tokens/nfts from a owner | |
| get token data by id of certain contract | |
| get token listings from metadata id | |
| get token by status on metadataId, and owner | |
| get token owner by token id and certain contract | |
| get token provenance by token id and certain contract | |
| get token owners by metadata id | |
| get stores owned by owner id | |
- | get near price in usd | |
| check if store name already exists | |
`contractAddress: string | string[]` | |
`contractAddress: string | string[], showOnlyListed?: boolean, pagination?: {limit: number, offset:number}` | |
| get metadata by metadataId | |
| get tokens of a certain contract and filters | |
| get attributes of a certain contract | |
| get attribute rarity of a certain contract, attribute type and attribute value |
Last updated