{ "opencollection": "1.0.0", "info": { "name": "Chainlens Account-Controller Account-Tokens-Controller API", "version": "master" }, "items": [ { "info": { "name": "Account-Tokens-Controller", "type": "folder" }, "items": [ { "info": { "name": "Chainlens Retrieve token holdings by account.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounts/:addressHash/tokens", "params": [ { "name": "addressHash", "value": "", "type": "path", "description": "The account address." }, { "name": "query", "value": "", "type": "query" } ] }, "docs": "Chainlens Retrieve token holdings by account." }, { "info": { "name": "Chainlens Retrieve NFT items by account.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounts/:addressHash/nfts", "params": [ { "name": "addressHash", "value": "", "type": "path", "description": "The account address." }, { "name": "query", "value": "", "type": "query" } ] }, "docs": "Chainlens Retrieve NFT items by account." }, { "info": { "name": "Chainlens Retrieve a non-fungible item holdings for an account.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounts/:addressHash/collection/:tokenAddress", "params": [ { "name": "addressHash", "value": "", "type": "path", "description": "The account address." }, { "name": "tokenAddress", "value": "", "type": "path", "description": "The NFT contract address." }, { "name": "query", "value": "", "type": "query" } ] }, "docs": "Chainlens Retrieve a non-fungible item holdings for an account." } ] } ], "bundled": true }