{ "opencollection": "1.0.0", "info": { "name": "Chainlens Account-Controller Rwa-Controller API", "version": "master" }, "items": [ { "info": { "name": "Rwa-Controller", "type": "folder" }, "items": [ { "info": { "name": "Chainlens Retrieve ERC3643 tokens.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/rwas", "params": [ { "name": "query", "value": "", "type": "query" } ] }, "docs": "Chainlens Retrieve ERC3643 tokens." }, { "info": { "name": "Chainlens Retrieve a ERC3643 by its address hash.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/rwas/:addressHash", "params": [ { "name": "addressHash", "value": "", "type": "path", "description": "The address hash identifying the contract." } ] }, "docs": "Chainlens Retrieve a ERC3643 by its address hash." }, { "info": { "name": "Chainlens Retrieve token metadata for a given token contract address and token id.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/rwas/:addressHash/:tokenId/metadata", "params": [ { "name": "addressHash", "value": "", "type": "path", "description": "The address hash identifying the contract." }, { "name": "tokenId", "value": "", "type": "path" } ] }, "docs": "Chainlens Retrieve token metadata for a given token contract address and token id." }, { "info": { "name": "Chainlens Retrieve a list of token holders by token contract address hash.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/rwas/:addressHash/holders", "params": [ { "name": "addressHash", "value": "", "type": "path", "description": "The address hash identifying the contract." }, { "name": "query", "value": "", "type": "query" } ] }, "docs": "Chainlens Retrieve a list of token holders by token contract address hash." }, { "info": { "name": "Chainlens Retrieve transfers of an ERC3643 Token.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/rwas/:addressHash/erc3643/transfers", "params": [ { "name": "addressHash", "value": "", "type": "path", "description": "The address hash identifying the token." }, { "name": "query", "value": "", "type": "query" } ] }, "docs": "Chainlens Retrieve transfers of an ERC3643 Token." } ] } ], "bundled": true }