{ "opencollection": "1.0.0", "info": { "name": "Polkadot REST Account NFTs API", "version": "0.1.3" }, "items": [ { "info": { "name": "NFTs", "type": "folder" }, "items": [ { "info": { "name": "NFT account balances", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8080/v1/api/scan/nfts/account/balances" }, "docs": "Get NFT balances by account address\nThis API only supports networks with nfts frame" }, { "info": { "name": "NFT activities", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8080/v1/api/scan/nfts/activities" }, "docs": "Get Nft activities(include nft Created/Issued/Burned...) by nft collection id\nThis API only supports networks with nfts frame" }, { "info": { "name": "NFT info", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8080/v1/api/scan/nfts/info" }, "docs": "NFT collection info\nThis API only supports networks with nfts frame" }, { "info": { "name": "NFT holders", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8080/v1/api/scan/nfts/info/holders" }, "docs": "NFT holders in a collection\nThis API only supports networks with nfts frame" }, { "info": { "name": "NFT item", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8080/v1/api/scan/nfts/info/item" }, "docs": "NFT item info\nThis API only supports networks with nfts frame" }, { "info": { "name": "NFT items", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8080/v1/api/scan/nfts/info/items" }, "docs": "NFT items in a collection\nThis API only supports networks with nfts frame" }, { "info": { "name": "NFTs list", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8080/v1/api/scan/nfts/list" }, "docs": "NFTs collection list\nThis API only supports networks with nfts frame" } ] } ], "bundled": true }