{ "opencollection": "1.0.0", "info": { "name": "EVM Balance Get Ownership API", "version": "2.2" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Get Ownership", "type": "folder" }, "items": [ { "info": { "name": "Get ERC20 token owners by contract", "type": "http" }, "http": { "method": "GET", "url": "https://deep-index.moralis.io/api/v2.2/erc20/:token_address/owners", "params": [ { "name": "chain", "value": "", "type": "query", "description": "The chain to query" }, { "name": "token_address", "value": "", "type": "path", "description": "The address of the token contract" }, { "name": "limit", "value": "", "type": "query", "description": "The desired page size of the result." }, { "name": "cursor", "value": "", "type": "query", "description": "The cursor returned in the previous response (used for getting the next page)." }, { "name": "order", "value": "", "type": "query", "description": "The order of the result, in ascending (ASC) or descending (DESC)" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Identify the major holders of an ERC20 token and understand their ownership percentages. Includes known entities, exchanges and wallet labels." } ] } ], "bundled": true }