{ "opencollection": "1.0.0", "info": { "name": "EVM Balance Get Mutiple NFTs API", "version": "2.2" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Get Mutiple NFTs", "type": "folder" }, "items": [ { "info": { "name": "Get Metadata for NFTs", "type": "http" }, "http": { "method": "POST", "url": "https://deep-index.moralis.io/api/v2.2/nft/getMultipleNFTs", "params": [ { "name": "chain", "value": "", "type": "query", "description": "The chain to query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Get NFT metadata for one or many NFTs. Accepts an array of up to 25 `tokens`, each requiring `token_address` and `token_id`. Each NFT returned includes on-chain metadata as well as off-chain metadata, floor prices, rarity and more where available." } ] } ], "bundled": true }