{ "opencollection": "1.0.0", "info": { "name": "EVM Balance Get Collections API", "version": "2.2" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Get Collections", "type": "folder" }, "items": [ { "info": { "name": "Get NFT collections by wallet address", "type": "http" }, "http": { "method": "GET", "url": "https://deep-index.moralis.io/api/v2.2/:address/nft/collections", "params": [ { "name": "chain", "value": "", "type": "query", "description": "The chain to query" }, { "name": "address", "value": "", "type": "path", "description": "The wallet address of the owner of NFTs in the collections" }, { "name": "include_prices", "value": "", "type": "query", "description": "Should NFT last sale prices be included in the result?" }, { "name": "limit", "value": "", "type": "query", "description": "The desired page size of the result." }, { "name": "exclude_spam", "value": "", "type": "query", "description": "Should spam NFTs be excluded from the result?" }, { "name": "cursor", "value": "", "type": "query", "description": "The cursor returned in the previous response (used for getting the next page)." }, { "name": "token_counts", "value": "", "type": "query", "description": "Should token counts per collection be included in the response?" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Fetch all NFT Collections held by a specified wallet address. Each Collection returned includes on-chain metadata as well as off-chain metadata, floor prices and more where available." }, { "info": { "name": "Get NFT collection metadata", "type": "http" }, "http": { "method": "GET", "url": "https://deep-index.moralis.io/api/v2.2/nft/:address/metadata", "params": [ { "name": "chain", "value": "", "type": "query", "description": "The chain to query" }, { "name": "address", "value": "", "type": "path", "description": "The address of the NFT contract" }, { "name": "include_prices", "value": "", "type": "query", "description": "Should NFT last sale prices be included in the result?" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Fetch on-chain metadata like name, symbol, and base token URI for an NFT contract. Also returns off-chain metadata, floor prices and more where available." }, { "info": { "name": "Get metadata for multiple NFT contracts", "type": "http" }, "http": { "method": "POST", "url": "https://deep-index.moralis.io/api/v2.2/nft/metadata", "params": [ { "name": "chain", "value": "", "type": "query", "description": "The chain to query" }, { "name": "include_prices", "value": "", "type": "query", "description": "Should NFT last sale prices be included in the result?" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Retrieve metadata (name, symbol) for up to 25 NFT contracts in one call. Also returns off-chain metadata, floor prices and more where available." }, { "info": { "name": "Resync NFT Contract", "type": "http" }, "http": { "method": "PUT", "url": "https://deep-index.moralis.io/api/v2.2/nft/:address/sync", "params": [ { "name": "chain", "value": "", "type": "query", "description": "The chain to query" }, { "name": "address", "value": "", "type": "path", "description": "The address of the NFT contract" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Initiate indexing for a non-synced NFT contract to make its data available." } ] } ], "bundled": true }