{ "opencollection": "1.0.0", "info": { "name": "EVM Balance Entities API", "version": "2.2" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Entities", "type": "folder" }, "items": [ { "info": { "name": "Search Entities, Organizations or Wallets", "type": "http" }, "http": { "method": "GET", "url": "https://deep-index.moralis.io/api/v2.2/entities/search", "params": [ { "name": "query", "value": "", "type": "query", "description": "The search query" }, { "name": "limit", "value": "", "type": "query", "description": "The desired page size of the result." } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Find entities, organizations, addresses or wallets linked to blockchain addresses. Results are categorised into 3 arrays: entities, addresses, categories." }, { "info": { "name": "Get Entity Details By Id", "type": "http" }, "http": { "method": "GET", "url": "https://deep-index.moralis.io/api/v2.2/entities/:entityId", "params": [ { "name": "entityId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Retrieve details for a specific entity using its unique ID. Returns name, logo, description, external links and related addresses." }, { "info": { "name": "Get Entity Categories", "type": "http" }, "http": { "method": "GET", "url": "https://deep-index.moralis.io/api/v2.2/entities/categories", "params": [ { "name": "limit", "value": "", "type": "query", "description": "The desired page size of the result." } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "List available categories for blockchain entities." }, { "info": { "name": "Get Entities By Category", "type": "http" }, "http": { "method": "GET", "url": "https://deep-index.moralis.io/api/v2.2/entities/categories/:categoryId", "params": [ { "name": "categoryId", "value": "", "type": "path", "description": "The category Id" }, { "name": "limit", "value": "", "type": "query", "description": "The desired page size of the result." } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Fetch entities belonging to a specific category. Each entity returns name, logo, description, external links, total addresses and more." } ] } ], "bundled": true }