{"uid":"cap_GArq2ZuJaFN4gEo4I5nBw","slug":"arkham-intelligence-entity-updates-437ce5d8","name":"Arkham Intelligence Entity Updates","description":"Get Arkham entity intelligence updates. Provide at least one of: since, from. $6.00 per call.","url":"https://api.arkm.com/x402/intelligence/entities/updates","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"to":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}}],"description":"End of time window (use with 'from', max 7-day window). Provide together with 'from' as an alternative to 'since'; mutu…"},"from":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}}],"description":"Start of time window (use with 'to', max 7-day window). Provide together with 'to' as an alternative to 'since'; mutual…"},"limit":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}}],"description":"Maximum results to return (1-1000, default 100)."},"since":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}}],"description":"Returns changes since this time. Required unless both 'from' and 'to' are provided; mutually exclusive with 'from'/'to'."},"status":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}}],"description":"Filter by change status."},"orderBy":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}}],"description":"Sort order: 'time' (asc), 'balance', 'volume', or 'addressCount' (desc). Default 'time'."},"entityId":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}}],"description":"Entity IDs to filter by. Max 100. Pass several as a single comma-separated value (e.g. 'binance,coinbase')."},"pageToken":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}}],"description":"Cursor token for pagination (from previous response). Accepted only with orderBy 'time'."},"entityType":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"}]}}],"description":"Entity types to filter by. Max 100. Pass several as a single comma-separated value (e.g. 'cex,dex')."}}},"responseSchema":{"type":"json","example":{"items":[{"id":"blockchain-bandit","name":"Blockchain Bandit","type":"hacker","status":"new","diff_ts":"2025-01-01T03:31:00Z","metrics":{"last_tx":"2026-02-06T19:37:41Z","first_tx":"2016-02-14T15:59:14Z","volume_usd":528350643.2299999,"balance_usd":99992288.09,"address_count":15},"diff_seq":1},{"id":"cryptex-net","name":"Cryptex","type":"cex","status":"new","diff_ts":"2025-01-07T04:12:00Z","metrics":{"last_tx":"2026-02-12T16:10:36Z","first_tx":"2018-04-17T19:34:08Z","volume_usd":4594517787.85998,"balance_usd":5078693.820000242,"address_count":2096},"diff_seq":1,"twitter_url":"https://x.com/cryptex_net","website_url":"https://cryptex.net","linkedin_url":"https://www.linkedin.com/company/cryptexnet/about"}],"hasMore":true,"pageToken":"eyJkIjoiMjAyNS0wMS0xNFQwMzozNDowMFoiLCJxIjo5MH0=","latest_diff_ts":"2025-01-14T03:34:00Z"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"6","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$6/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"6","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"6","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_pSuAw_KKvDthCEiALsGSh","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"6","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Retrieves paginated updates to blockchain entity profiles (wallets, exchanges, hackers, etc.) with on-chain metrics and metadata changes since a given timestamp.","exampleAgentPrompt":"Pull the latest entity updates from Arkham Intelligence — give me everything that changed after January 1 2025, including hackers, exchanges, and any other labeled entities with their balances and volumes.","exampleUseCases":[{"title":"Monitoring new hacker wallets","prompt":"Check Arkham for any newly identified hacker entities or wallet clusters that appeared or changed since the start of this year — I want their balances, transaction volumes, and address counts."},{"title":"Tracking exchange entity metrics","prompt":"Fetch the latest Arkham entity updates for exchanges (CEXs) — I need to see which ones have had changes to their on-chain balance or volume recently, paginating through all results."},{"title":"Building entity change feed for dashboard","prompt":"Give me a feed of all Arkham entity profile changes since January 14 2025, including their type, status, social links, and metrics, so I can update my crypto intelligence dashboard."}],"resultDescription":"A paginated JSON list of entity update records, each containing the entity's Arkham ID, human-readable name, type (e.g. hacker, cex), status (e.g. new), the timestamp of the change, sequence number, and on-chain metrics (last/first transaction timestamps, total volume in USD, current balance in USD, number of associated addresses). CEX and named entities may also include Twitter, website, and LinkedIn URLs. The response includes a hasMore flag, a pageToken for continuation, and the latest diff timestamp seen.","failureModes":["Invalid or expired page token returns an error or resets pagination","Missing required POST body fields may return 400 Bad Request","Payment failure via x402 (insufficient USDC balance) blocks the request","Rate limiting or authentication failure returns 401/402/429","Requesting a diff_ts too far in the past may return empty results or a range error","No updates available since the given timestamp returns an empty items array with hasMore false"],"whenToPreferThis":"Use this endpoint when you need a chronological feed of changes to Arkham's labeled blockchain entity database — ideal for building pipelines that sync entity metadata, detect newly labeled wallets (especially threat actors), or track on-chain metric changes over time. Prefer this over point-lookup endpoints when you need bulk or delta updates across many entities rather than querying a single known address.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T12:46:30.159Z","isFirstParty":false}