{"info":{"_postman_id":"3a930aba-c901-47c9-b7ea-be7b8883f8b1","name":"SkyInsights API V3","description":"<html><head></head><body><p>The <strong>CertiK SkyInsights API</strong> is a set of Web3 security and compliance focused APIs that provides endpoints for obtaining risk assesments to equip yourself with the necessary information of navigating the Web3 space securely.</p>\n<p>Note: This is the v3 API. For historical API versions, please refer to <a href=\"https://documenter.getpostman.com/view/30868312/2sA3Qniui3\">this link</a>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"24008553","collectionId":"3a930aba-c901-47c9-b7ea-be7b8883f8b1","publishedId":"2s93m63Nor","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-05-22T06:54:54.000Z"},"item":[{"name":"Auth","item":[{"name":"Auth/Me","id":"6b2512a3-3736-41aa-b93a-e4e408002300","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.skyinsights.certik.com/auth/about/me","auth":{"type":"apikey","apikey":{"value":"{{tenant-api-key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3a930aba-c901-47c9-b7ea-be7b8883f8b1","id":"3a930aba-c901-47c9-b7ea-be7b8883f8b1","name":"SkyInsights API V3","type":"collection"}},"urlObject":{"protocol":"https","path":["auth","about","me"],"host":["api","skyinsights","certik","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b2512a3-3736-41aa-b93a-e4e408002300"}],"id":"ab4cafb8-8b1b-495c-a1eb-bf6c3e37e21a","description":"<p>Authentication is handled using an API Key.</p>\n<p>You must include your API KEY within the header of your request with the following format:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">#Example Header\n{ \"x-certik-api-key\": \"YOUR_API_KEY\" }\n\n</code></pre>\n<p>There is a Monthly Limit based on your account tier.</p>\n<ul>\n<li>We currently count SUCCESSFUL responses, so if our API errors or does not respond, that will not count toward your monthly limit.</li>\n</ul>\n","_postman_id":"ab4cafb8-8b1b-495c-a1eb-bf6c3e37e21a","auth":{"type":"apikey","apikey":{"value":"{{tenant-api-key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3a930aba-c901-47c9-b7ea-be7b8883f8b1","id":"3a930aba-c901-47c9-b7ea-be7b8883f8b1","name":"SkyInsights API V3","type":"collection"}}},{"name":"Chains","item":[{"name":"/v3/chains","id":"54f5b4ce-f5fd-4828-9c5f-0fed9b73e70f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.skyinsights.certik.com/v3/chains","description":"<p>Get the list of chains supported by SkyInsights</p>\n<h3 id=\"response\">Response</h3>\n<p>Response will be a JSON object, with key as supported chain, and value as supported APIs for the chain.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>{chain}</td>\n<td>string[]</td>\n<td>The supported list of APIs.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"{{tenant-api-key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3a930aba-c901-47c9-b7ea-be7b8883f8b1","id":"3a930aba-c901-47c9-b7ea-be7b8883f8b1","name":"SkyInsights API V3","type":"collection"}},"urlObject":{"protocol":"https","path":["v3","chains"],"host":["api","skyinsights","certik","com"],"query":[],"variable":[]}},"response":[{"id":"d5ed3ab1-1d24-43d5-b761-be79a4b694c8","name":"/v3/chains","originalRequest":{"method":"GET","header":[],"url":"https://api.skyinsights.certik.com/v3/chains"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"arbitrum-nova\": [\n        \"KYA\"\n    ],\n    \"arbitrum-one\": [\n        \"KYA\",\n        \"KYT\",\n        \"Tokenscan\"\n    ],\n    \"avax\": [\n        \"KYA\",\n        \"KYT\",\n        \"Tokenscan\"\n    ]\n}"}],"_postman_id":"54f5b4ce-f5fd-4828-9c5f-0fed9b73e70f"}],"id":"a6b9771b-3937-4d02-ae58-bd59e814434c","description":"<p>SkyInsights supports multiple chains for our compliance APIs: KYA, KYT and Tokenscan.</p>\n","_postman_id":"a6b9771b-3937-4d02-ae58-bd59e814434c","auth":{"type":"apikey","apikey":{"value":"{{tenant-api-key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3a930aba-c901-47c9-b7ea-be7b8883f8b1","id":"3a930aba-c901-47c9-b7ea-be7b8883f8b1","name":"SkyInsights API V3","type":"collection"}}},{"name":"KYA","item":[{"name":"v3/kya/labels","id":"021cf801-5909-48f2-ba06-2e308a6a6f96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.skyinsights.certik.com/v3/kya/labels","description":"<p>This endpoint allows users to retrieve labels information for the address.</p>\n<h3 id=\"parameter\">Parameter</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>chain</td>\n<td>string</td>\n<td>The chain of the address.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td>e.g. <code>0x098b716b8aaf21512996dc57eb0615e2383e2f96</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>chain</td>\n<td>string</td>\n<td>The chain of the address.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td>e.g. <code>0x098b716b8aaf21512996dc57eb0615e2383e2f96</code></td>\n</tr>\n<tr>\n<td>labels</td>\n<td>Label[]</td>\n<td>A list of <strong>Label</strong> objects**.**</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"label\">Label</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Decription</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>confidence_level</td>\n<td>number</td>\n<td>Confidence level of the label.</td>\n</tr>\n<tr>\n<td>general</td>\n<td>string</td>\n<td>General type of the label.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Name of the label.</td>\n</tr>\n<tr>\n<td>subtype</td>\n<td>string</td>\n<td>Subcategory of the label.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"{{tenant-api-key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3a930aba-c901-47c9-b7ea-be7b8883f8b1","id":"3a930aba-c901-47c9-b7ea-be7b8883f8b1","name":"SkyInsights API V3","type":"collection"}},"urlObject":{"protocol":"https","path":["v3","kya","labels"],"host":["api","skyinsights","certik","com"],"query":[],"variable":[]}},"response":[{"id":"9ba33464-62d1-44b3-b713-4402ec894619","name":"v3/kya/labels","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.skyinsights.certik.com/v3/kya/labels?chain=eth&address=0xf81a676e51f1cd18d78abdb7bf3467ca2bf97f7d","protocol":"https","host":["api","skyinsights","certik","com"],"path":["v3","kya","labels"],"query":[{"key":"chain","value":"eth"},{"key":"address","value":"0xf81a676e51f1cd18d78abdb7bf3467ca2bf97f7d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 May 2024 20:23:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"248"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"3000"},{"key":"X-RateLimit-Remaining","value":"2999"},{"key":"X-RateLimit-Reset","value":"15"},{"key":"ETag","value":"W/\"f8-nNBwV/WC16Jd9ERcnhTOLP5uIYo\""}],"cookie":[],"responseTime":null,"body":"{\n    \"address\": \"0xf81a676e51f1cd18d78abdb7bf3467ca2bf97f7d\",\n    \"chain\": \"eth\",\n    \"labels\": [\n        {\n            \"confidence_level\": 100,\n            \"general\": \"Scam\",\n            \"name\": \"VoltNFT\",\n            \"subtype\": \"Honey_Pot\"\n        },\n        {\n            \"confidence_level\": 100,\n            \"general\": \"Token\",\n            \"name\": \"VoltNFT\",\n            \"subtype\": \"Token_Address\"\n        }\n    ]\n}"}],"_postman_id":"021cf801-5909-48f2-ba06-2e308a6a6f96"},{"name":"v3/kya/screening","id":"ec6cf02a-2062-4fa5-9fec-5fc268488f30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.skyinsights.certik.com/v3/kya/screening","description":"<p>Provides risk assesment for on-chain addresses. You can specify the various parameters to fit your various needs.</p>\n<h2 id=\"parameter\">Parameter</h2>\n<ul>\n<li>For detail <code>minimal</code> or <code>detailed</code></li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>chain</td>\n<td>string</td>\n<td>The chain of the address.  <br />  <br />Supporting the following chains: eth, bsc, btc, polygon, avax, arbitrum-one, tron, optimism, wemix, play, tornado, and multi-chain.  <br />  <br />Lite supporting the following chains: kava, gnosis, cronos, celo, base, bch, ltc, arbitrum-nova, pulsechain, manta, ronin, mantle, hedera, zksync.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td>e.g. <code>0x098b716b8aaf21512996dc57eb0615e2383e2f96</code></td>\n</tr>\n<tr>\n<td>exposure_limit</td>\n<td>string</td>\n<td>The sensitivity of the risk exposures, e.g. <code>origin</code>, <code>direct</code>, <code>indirect</code></td>\n</tr>\n<tr>\n<td>detail(Optional)</td>\n<td>string</td>\n<td>Level of detail to return in the risk response, e.g. <code>minimal</code>, <code>detailed</code>  <br /><em>Default is</em> <code>minimal</code></td>\n</tr>\n<tr>\n<td>risk_types(Optional)</td>\n<td>string</td>\n<td>The types of risks to receive summarized information from, in the foramt of a comma separated string, e.g. <code>sanction, hack</code>  <br />  <br />Supporting the following types: rugpull_exit_scam, hack, ransomware, flashloan_exploiter, scam, phishing, exploitation, honeypot, sanction, mixer, industry_blocklist, terrorism, darknet, etc.</td>\n</tr>\n<tr>\n<td>start_timestamp(Optional)</td>\n<td>number</td>\n<td>unix timestamp, e.g. <code>1650782869</code></td>\n</tr>\n<tr>\n<td>end_timestamp(Optional)</td>\n<td>number</td>\n<td>unix timestamp, e.g. <code>1650782869</code></td>\n</tr>\n<tr>\n<td>min_usd_amount(Optional)</td>\n<td>number</td>\n<td>The min usd amount of the fund in a summarized risk.</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>For detail <code>comprehensive</code></li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>chain</td>\n<td>string</td>\n<td>The chain of the address.  <br />  <br />Supporting the following chains: eth, bsc, btc, polygon, avax, arbitrum-one, tron, optimism, wemix, play, tornado, and multi-chain.  <br />  <br />Lite supporting the following chains: kava, gnosis, cronos, celo, base, bch, ltc, arbitrum-nova, pulsechain, manta, ronin, mantle, hedera, zksync</td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td>e.g. <code>0x098b716b8aaf21512996dc57eb0615e2383e2f96</code></td>\n</tr>\n<tr>\n<td>exposure_limit</td>\n<td>string</td>\n<td>The sensitivity of the risk exposures, e.g. <code>origin</code>, <code>direct</code>, <code>indirect</code></td>\n</tr>\n<tr>\n<td>detail(Optional)</td>\n<td>string</td>\n<td>Level of detail to return in the risk response, e.g. <code>comprehensive</code>  <br /><em>Default is</em> <code>minimal</code></td>\n</tr>\n<tr>\n<td>page(Optional)</td>\n<td>number</td>\n<td>The page of <code>risk_exposures</code>.  <br /><em>Default is</em> <code>1</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<p>A high level risk score is calculated for the address. This score is a combination of a variety of factors which largely comprise of known associations with bad actors, illicit funds activity, on-chain activity patterns and security analysis.</p>\n<p>The level of <code>detail</code> can be specified for the response when making the request. Compared with <code>minimal</code> version, the <code>detailed</code> version will provide the data <code>sources</code> and <code>asset_flow_summary</code> in <code>risks</code> object. The <code>comprehensive</code> version will provide two more objects, <code>risk_events</code> and <code>risk_exposures</code>.</p>\n<p>The response from the API will consist of the following fields.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>address</td>\n<td>string</td>\n<td>The address that was provided.</td>\n</tr>\n<tr>\n<td>chain</td>\n<td>string</td>\n<td>The chain of the address that was provided.</td>\n</tr>\n<tr>\n<td>exposure_limit</td>\n<td>string</td>\n<td>The exposure limit that was provided, e.g. <code>origin, direct, indirect</code></td>\n</tr>\n<tr>\n<td>risk_score</td>\n<td>number</td>\n<td>The risk score of the address, ranges between 0 - 100.</td>\n</tr>\n<tr>\n<td>risks</td>\n<td>RiskDescription[]</td>\n<td>A list of <strong>RiskDescription</strong> associated with the address.</td>\n</tr>\n<tr>\n<td>risk_events</td>\n<td>RiskEvent[]</td>\n<td>A list of <strong>RiskEvent</strong> associated with the address.  <br /><em>Only for</em> <code>comprehensive</code> <em>detail</em></td>\n</tr>\n<tr>\n<td>risk_exposures</td>\n<td>RiskExposure</td>\n<td>An object of paginated <strong>RiskExposure</strong> associated with the address.  <br /><em>Only for</em> <code>comprehensive</code> <em>detail</em></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"riskdescription\">RiskDescription</h3>\n<p>A risk description, is unique based on the <code>risk_type</code> field and provides a high level of description of the risks associated with a given address.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>risk_type</td>\n<td>string</td>\n<td>The type of risk for this risk description. Each risk description will be unique by it's risk type</td>\n</tr>\n<tr>\n<td>total_events</td>\n<td>number</td>\n<td>The number of known <code>events</code> (incidents) that are associated with this <code>risk_type</code></td>\n</tr>\n<tr>\n<td>total_exposures</td>\n<td>number</td>\n<td>The number of known <code>exposures</code> (transfers) that are associated with this <code>risk_type</code></td>\n</tr>\n<tr>\n<td>proximities</td>\n<td>string[]</td>\n<td>The exposure proximities that are applicable for this risk description. This can be filtered by the <code>exposure_limit</code> parameter.</td>\n</tr>\n<tr>\n<td>sources</td>\n<td>string[]</td>\n<td>The list of source for this risk description.  <br />  <br />The two most common sources will be: <code>CertiK Investigations</code> and <code>OSINT</code> . For other sources it will be in the format of <code>other - {source}</code>  <br /><em>Only for</em> <code>detailed</code> <em>detail</em></td>\n</tr>\n<tr>\n<td>risk_asset_flow_summary</td>\n<td>RiskAssetFlowSummary[]</td>\n<td>A list of <strong>RiskAssetFlowSummary</strong> for this risk description. This will provide incoming and outgoing flows for USD, Native and Major Top Tokens.  <br /><em>Only for</em> <code>detailed</code> <em>detail</em></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"riskassetflowsummary\">RiskAssetFlowSummary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>asset</td>\n<td>string</td>\n<td>Asset name, can be <code>USD</code> or the Native Token (ex: <code>ETH</code>) or the token address.</td>\n</tr>\n<tr>\n<td>incoming_amount</td>\n<td>number</td>\n<td>Amount of risky tokens that this address has <strong>received</strong>.</td>\n</tr>\n<tr>\n<td>outgoing_amount</td>\n<td>number</td>\n<td>Amount of risky tokens that this address has <strong>sent</strong>.</td>\n</tr>\n<tr>\n<td>incoming_usd_amount</td>\n<td>number</td>\n<td>Historical USD conversion/amount of the risky tokens that the address has <strong>received</strong>.</td>\n</tr>\n<tr>\n<td>outgoing_usd_amount</td>\n<td>number</td>\n<td>Historical USD conversion/amount of the risky tokens that the address has <strong>sent</strong>.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>*USD pricing of tokens is based on historical prices and is a close estimate.</em></p>\n<h3 id=\"riskevent\">RiskEvent</h3>\n<p><em>*event - an event or incident that has been deemed risky/illicit</em></p>\n<p>A list of risky events, each with a <code>risk_type</code> and a unique <code>risk_name</code>. The <code>risk_name</code> will be the specific event identifier that can help provide more context to the risky event, while the <code>risk_type</code> is a general categorization of the type of event it is classified under.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>risk_type</td>\n<td>string</td>\n<td>The type of risk for this risk event.</td>\n</tr>\n<tr>\n<td>risk_name</td>\n<td>string</td>\n<td>The name of the risk.</td>\n</tr>\n<tr>\n<td>confidence</td>\n<td>number</td>\n<td>The confidence for this risk event.</td>\n</tr>\n<tr>\n<td>proximities</td>\n<td>string[]  <br /><code>origin, direct, indirect</code></td>\n<td>The exposure proximities that are applicable for this risk event. This can be filtered by the <code>exposure_limit</code> parameter.</td>\n</tr>\n<tr>\n<td>sources</td>\n<td>string[]</td>\n<td>The list of source for this risk event.  <br />  <br />The 2 most common sources will be: <code>CertiK Investigations</code> and <code>OSINT</code> . For other sources it will be in the format of <code>other - {source}</code></td>\n</tr>\n<tr>\n<td>risk_asset_flow_summary</td>\n<td>RiskAssetFlowSummary[]</td>\n<td>A list of <strong>RiskAssetFlowSummary</strong> for this risk event. This will provide incoming and outgoing flows for USD, Native and Major Top Tokens.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"riskexposure\"><strong>RiskExposure</strong></h3>\n<p>The <code>risk_exposure</code> object will return information including a <code>counterparty</code> - an address that is the first point of exposure, the <code>txn</code> hash, the <code>fund_direction</code> and the amount of funds that have flown in that direction.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>number</td>\n<td>Page of risk exposures.  <br />Starts at 1.</td>\n</tr>\n<tr>\n<td>per_page</td>\n<td>number</td>\n<td>Maximum number of risk exposures to receive per page.</td>\n</tr>\n<tr>\n<td>data</td>\n<td>RiskExposureData[]</td>\n<td>A list of <strong>RiskExposureData</strong>.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"riskexposuredata\"><strong>RiskExposureData</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>risk_type</td>\n<td>string</td>\n<td>The type of risk for this risk exposure.</td>\n</tr>\n<tr>\n<td>risk_name</td>\n<td>string</td>\n<td>The name of the risk.</td>\n</tr>\n<tr>\n<td>txn</td>\n<td>string</td>\n<td>Txn hash for this risk exposure.</td>\n</tr>\n<tr>\n<td>usd_amount</td>\n<td>number</td>\n<td>Historical USD value of the <code>token_amount</code></td>\n</tr>\n<tr>\n<td>token_amount</td>\n<td>number</td>\n<td>The amount of dirty money transferred through this risk exposure.</td>\n</tr>\n<tr>\n<td>token_address</td>\n<td>string</td>\n<td>Native token (ex: <code>ETH</code>) or the address of the Major Top Token.</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>number</td>\n<td>unix timestamp, e.g. <code>1650782869</code></td>\n</tr>\n<tr>\n<td>counterparty</td>\n<td>string</td>\n<td>The address of the first address for this risk exposure.</td>\n</tr>\n<tr>\n<td>proximity</td>\n<td>string</td>\n<td>The exposure proximity of this risk exposure.</td>\n</tr>\n<tr>\n<td>fund_direction</td>\n<td>string  <br /><code>incoming</code> <code>outgoing</code></td>\n<td>The direction of the funds.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"{{tenant-api-key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3a930aba-c901-47c9-b7ea-be7b8883f8b1","id":"3a930aba-c901-47c9-b7ea-be7b8883f8b1","name":"SkyInsights API V3","type":"collection"}},"urlObject":{"protocol":"https","path":["v3","kya","screening"],"host":["api","skyinsights","certik","com"],"query":[],"variable":[]}},"response":[{"id":"0e2eedc9-80e8-4b91-99ee-9a7f186b85ab","name":"v3/kya/screening","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.skyinsights.certik.com/v3/kya/screening?chain=eth&address=0x098b716b8aaf21512996dc57eb0615e2383e2f96&exposure_limit=direct","protocol":"https","host":["api","skyinsights","certik","com"],"path":["v3","kya","screening"],"query":[{"key":"chain","value":"eth"},{"key":"address","value":"0x098b716b8aaf21512996dc57eb0615e2383e2f96"},{"key":"exposure_limit","value":"direct"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 May 2024 20:34:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"322"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"3000"},{"key":"X-RateLimit-Remaining","value":"2999"},{"key":"X-RateLimit-Reset","value":"15"},{"key":"ETag","value":"W/\"142-oeOeCCQihdtL7OltJ/RR87A1YNI\""}],"cookie":[],"responseTime":null,"body":"{\n    \"address\": \"0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n    \"chain\": \"eth\",\n    \"exposure_limit\": \"direct\",\n    \"risk_score\": 100,\n    \"risks\": [\n        {\n            \"risk_type\": \"Exploitation\",\n            \"total_events\": 3,\n            \"total_exposures\": 42,\n            \"proximities\": [\n                \"origin\",\n                \"direct\"\n            ]\n        },\n        {\n            \"risk_type\": \"Sanctioned\",\n            \"total_events\": 1,\n            \"total_exposures\": 7,\n            \"proximities\": [\n                \"origin\",\n                \"direct\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"ec6cf02a-2062-4fa5-9fec-5fc268488f30"},{"name":"v3/kya/risk","id":"f1422760-d3d0-451d-a843-9e5235e53ac4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.skyinsights.certik.com/v3/kya/risk","description":"<p>To get a risk assesment for an on-chain address, <strong>based on customized risk rules</strong>.</p>\n<h2 id=\"parameter\">Parameter</h2>\n<ul>\n<li>For detail <code>minimal</code> or <code>detailed</code></li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>chain</td>\n<td>string</td>\n<td>The chain of the address.  <br />  <br />Supporting the following chains: eth, bsc, btc, polygon, avax, arbitrum-one, tron, optimism, wemix, play, tornado, and multi-chain.  <br />  <br />Lite supporting the following chains: kava, gnosis, cronos, celo, base, bch, ltc, arbitrum-nova, pulsechain, manta, ronin, mantle, hedera, zksync.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td>e.g. <code>0x098b716b8aaf21512996dc57eb0615e2383e2f96</code></td>\n</tr>\n<tr>\n<td>exposure_limit</td>\n<td>string</td>\n<td>Sensitivity of the risk exposures, e.g. <code>origin</code>, <code>direct</code>, <code>indirect</code></td>\n</tr>\n<tr>\n<td>detail(Optional)</td>\n<td>string</td>\n<td>Level of detail to return in the risk response, e.g. <code>minimal</code>, <code>detailed</code>  <br /><em>Default is</em> <code>minimal</code></td>\n</tr>\n<tr>\n<td>risk_types(Optional)</td>\n<td>string</td>\n<td>The types of risks to receive summarized information from, in the format of a comma separated string, e.g. <code>sanction, hack</code>  <br />  <br />Supporting the following types: rugpull_exit_scam, hack, ransomware, flashloan_exploiter, scam, phishing, exploitation, honeypot, sanction, mixer, industry_blocklist, terrorism, darknet, etc.</td>\n</tr>\n<tr>\n<td>start_timestamp(Optional)</td>\n<td>number</td>\n<td>unix timestamp, e.g. <code>1650782869</code></td>\n</tr>\n<tr>\n<td>end_timestamp(Optional)</td>\n<td>number</td>\n<td>unix timestamp, e.g. <code>1650782869</code></td>\n</tr>\n<tr>\n<td>min_usd_amount(Optional)</td>\n<td>number</td>\n<td>The min usd amount of the fund in a summarized risk.</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>For detail <code>comprehensive</code></li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>chain</td>\n<td>string</td>\n<td>The chain of the address.  <br />  <br />Supporting the following chains: eth, bsc, btc, polygon, avax, arbitrum-one, tron, optimism, wemix, play, tornado, and multi-chain.  <br />  <br />Lite supporting the following chains: kava, gnosis, cronos, celo, base, bch, ltc, arbitrum-nova, pulsechain, manta, ronin, mantle, hedera, zksync</td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td>e.g. <code>0x098b716b8aaf21512996dc57eb0615e2383e2f96</code></td>\n</tr>\n<tr>\n<td>exposure_limit</td>\n<td>string  <br /><code>origin</code>, <code>direct</code>, <code>indirect</code></td>\n<td>The sensitivity of the risk exposures.</td>\n</tr>\n<tr>\n<td>detail(Optional)</td>\n<td>string  <br /><code>comprehensive</code></td>\n<td>Level of detail to return in the risk response.  <br /><em>Default is</em> <code>minimal</code></td>\n</tr>\n<tr>\n<td>page(Optional)</td>\n<td>number</td>\n<td>The page of <code>risk_exposures</code>.  <br /><em>Default is</em> <code>1</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<p>A high level risk score is calculated for the address. This score is a combination of a variety of factors which largely comprise of known associations with bad actors, illicit funds activity, on-chain activity patterns and security analysis.</p>\n<p>The level of <code>detail</code> can be specified for the response when making the request. The <code>detailed</code> version will provide the data <code>sources</code> and <code>asset_flow_summary</code> in <code>risks</code> object. The <code>comprehensive</code> version will provide two more objects, <code>risk_events</code> and <code>risk_exposures</code>.</p>\n<p>The response from the API will consist of the following fields.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>address</td>\n<td>string</td>\n<td>The address that was provided.</td>\n</tr>\n<tr>\n<td>chain</td>\n<td>string</td>\n<td>The chain of the address that was provided.</td>\n</tr>\n<tr>\n<td>exposure_limit</td>\n<td>string</td>\n<td>The exposure limit that was provided, e.g. <code>origin, direct, indirect</code></td>\n</tr>\n<tr>\n<td>risk_score</td>\n<td>number</td>\n<td>The risk score of the address, ranges between 0 - 100.</td>\n</tr>\n<tr>\n<td>risks</td>\n<td>RiskDescription[]</td>\n<td>A list of <strong>RiskDescription</strong> associated with the address.</td>\n</tr>\n<tr>\n<td>risk_events</td>\n<td>RiskEvent[]</td>\n<td>A list of <strong>RiskEvent</strong> associated with the address.  <br /><em>Only for</em> <code>comprehensive</code> <em>detail</em></td>\n</tr>\n<tr>\n<td>risk_exposures</td>\n<td>RiskExposure</td>\n<td>An object of paginated <strong>RiskExposure</strong> associated with the address.  <br /><em>Only for</em> <code>comprehensive</code> <em>detail</em></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"riskdescription\">RiskDescription</h3>\n<p>A risk description, is unique based on the <code>risk_type</code> field and provides a high level of description of the risks associated with a given address.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>risk_type</td>\n<td>string</td>\n<td>The type of risk for this risk description. Each risk description will be unique by it's risk type</td>\n</tr>\n<tr>\n<td>total_events</td>\n<td>number</td>\n<td>The number of known <code>events</code> (incidents) that are associated with this <code>risk_type</code></td>\n</tr>\n<tr>\n<td>total_exposures</td>\n<td>number</td>\n<td>The number of known <code>exposures</code> (transfers) that are associated with this <code>risk_type</code></td>\n</tr>\n<tr>\n<td>proximities</td>\n<td>string[]  <br /><code>origin, direct, indirect</code></td>\n<td>The exposure proximities that are applicable for this risk description. This can be filtered by the <code>exposure_limit</code> parameter.</td>\n</tr>\n<tr>\n<td>sources</td>\n<td>string[]</td>\n<td>The list of source for this risk description.  <br />  <br />The two most common sources will be: <code>CertiK Investigations</code> and <code>OSINT</code> . For other sources it will be in the format of <code>other - {source}</code>  <br /><em>Only for</em> <code>detailed</code> <em>detail</em></td>\n</tr>\n<tr>\n<td>risk_asset_flow_summary</td>\n<td>RiskAssetFlowSummary[]</td>\n<td>List of <strong>RiskAssetFlowSummary</strong> for this risk description. This will provide incoming and outgoing flows for USD, Native and Major Top Tokens.  <br /><em>Only for</em> <code>detailed</code> <em>detail</em></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"riskassetflowsummary\">RiskAssetFlowSummary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>asset</td>\n<td>string</td>\n<td>Asset name, can be <code>USD</code> or the Native Token (ex: <code>ETH</code>) or the token address.</td>\n</tr>\n<tr>\n<td>incoming_amount</td>\n<td>number</td>\n<td>Amount of risky tokens that this address has <strong>received</strong>.</td>\n</tr>\n<tr>\n<td>outgoing_amount</td>\n<td>number</td>\n<td>Amount of risky tokens that this address has <strong>sent</strong>.</td>\n</tr>\n<tr>\n<td>incoming_usd_amount</td>\n<td>number</td>\n<td>Historical USD conversion/amount of the risky tokens that the address has <strong>received</strong>.</td>\n</tr>\n<tr>\n<td>outgoing_usd_amount</td>\n<td>number</td>\n<td>Historical USD conversion/amount of the risky tokens that the address has <strong>sent</strong>.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>*USD pricing of tokens is based on historical prices and is a close estimate.</em></p>\n<h3 id=\"riskevent\">RiskEvent</h3>\n<p><em>*event - an event or incident that has been deemed risky/illicit</em></p>\n<p>A list of risky events, each with a <code>risk_type</code> and a unique <code>risk_name</code>. The <code>risk_name</code> will be the specific event identifier that can help provide more context to the risky event, while the <code>risk_type</code> is a general categorization of the type of event it is classified under.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>risk_type</td>\n<td>string</td>\n<td>The type of risk for this risk event.</td>\n</tr>\n<tr>\n<td>risk_name</td>\n<td>string</td>\n<td>The name of the risk.</td>\n</tr>\n<tr>\n<td>confidence</td>\n<td>number</td>\n<td>The confidence for this risk event.</td>\n</tr>\n<tr>\n<td>proximities</td>\n<td>string[]  <br /><code>origin, direct, indirect</code></td>\n<td>The exposure proximities that are applicable for this risk event. This can be filtered by the <code>exposure_limit</code> parameter.</td>\n</tr>\n<tr>\n<td>sources</td>\n<td>string[]</td>\n<td>The list of source for this risk event.  <br />  <br />The 2 most common sources will be: <code>CertiK Investigations</code> and <code>OSINT</code> . For other sources it will be in the format of <code>other - {source}</code></td>\n</tr>\n<tr>\n<td>risk_asset_flow_summary</td>\n<td>RiskAssetFlowSummary[]</td>\n<td>List of <strong>RiskAssetFlowSummary</strong> for this risk event. This will provide incoming and outgoing flows for USD, Native and Major Top Tokens.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"riskexposure\"><strong>RiskExposure</strong></h3>\n<p>The <code>risk_exposure</code> object will return information including a <code>counterparty</code> - an address that is the first point of exposure, the <code>txn</code> hash, the <code>fund_direction</code> and the amount of funds that have flown in that direction.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>number</td>\n<td>Page of risk exposures.  <br />Starts at 1.</td>\n</tr>\n<tr>\n<td>per_page</td>\n<td>number</td>\n<td>Maximum number of risk exposures to receive per page.</td>\n</tr>\n<tr>\n<td>data</td>\n<td>RiskExposureData[]</td>\n<td>A list of <strong>RiskExposureData</strong>.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"riskexposuredata\"><strong>RiskExposureData</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>risk_type</td>\n<td>string</td>\n<td>The type of risk for this risk exposure.</td>\n</tr>\n<tr>\n<td>risk_name</td>\n<td>string</td>\n<td>The name of the risk.</td>\n</tr>\n<tr>\n<td>txn</td>\n<td>string</td>\n<td>Txn hash for this risk exposure.</td>\n</tr>\n<tr>\n<td>usd_amount</td>\n<td>number</td>\n<td>Historical USD value of the <code>token_amount</code></td>\n</tr>\n<tr>\n<td>token_amount</td>\n<td>number</td>\n<td>The amount of dirty money transferred through this risk exposure.</td>\n</tr>\n<tr>\n<td>token_address</td>\n<td>string</td>\n<td>Native token (ex: <code>ETH</code>) or the address of the Major Top Token.</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>number</td>\n<td>unix timestamp, e.g. <code>1650782869</code></td>\n</tr>\n<tr>\n<td>counterparty</td>\n<td>string</td>\n<td>The address of the first address for this risk exposure.</td>\n</tr>\n<tr>\n<td>proximity</td>\n<td>string</td>\n<td>The exposure proximity of this risk exposure.</td>\n</tr>\n<tr>\n<td>fund_direction</td>\n<td>string  <br /><code>incoming</code> <code>outgoing</code></td>\n<td>The direction of the funds.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"{{tenant-api-key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3a930aba-c901-47c9-b7ea-be7b8883f8b1","id":"3a930aba-c901-47c9-b7ea-be7b8883f8b1","name":"SkyInsights API V3","type":"collection"}},"urlObject":{"protocol":"https","path":["v3","kya","risk"],"host":["api","skyinsights","certik","com"],"query":[],"variable":[]}},"response":[{"id":"b7f8e3be-637f-480e-985f-dadd03430f28","name":"v3/kya/risk","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.skyinsights.certik.com/v3/kya/risk?chain=eth&address=0x098b716b8aaf21512996dc57eb0615e2383e2f96&exposure_limit=direct","protocol":"https","host":["api","skyinsights","certik","com"],"path":["v3","kya","risk"],"query":[{"key":"chain","value":"eth"},{"key":"address","value":"0x098b716b8aaf21512996dc57eb0615e2383e2f96"},{"key":"exposure_limit","value":"direct"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 May 2024 20:34:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"411"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"3000"},{"key":"X-RateLimit-Remaining","value":"2999"},{"key":"X-RateLimit-Reset","value":"15"},{"key":"ETag","value":"W/\"19b-CtdhfAO+glAq4wTUkBcffcSUZhg\""}],"cookie":[],"responseTime":null,"body":"{\n    \"address\": \"0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n    \"chain\": \"eth\",\n    \"exposure_limit\": \"direct\",\n    \"risk_score\": 100,\n    \"risks\": [\n        {\n            \"risk_type\": \"Exploitation\",\n            \"total_events\": 1,\n            \"total_exposures\": 0,\n            \"proximities\": [\n                \"origin\"\n            ]\n        },\n        {\n            \"risk_type\": \"Mixer\",\n            \"total_events\": 2,\n            \"total_exposures\": 46,\n            \"proximities\": [\n                \"indirect\"\n            ]\n        },\n        {\n            \"risk_type\": \"Sanctioned\",\n            \"total_events\": 2,\n            \"total_exposures\": 12,\n            \"proximities\": [\n                \"origin\",\n                \"direct\",\n                \"indirect\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"f1422760-d3d0-451d-a843-9e5235e53ac4"}],"id":"92ca319c-c088-4843-a24c-ab3be1a35af6","description":"<p>Provides the level of risks for a given address and its known security and illicit activity/funds exposures.</p>\n","_postman_id":"92ca319c-c088-4843-a24c-ab3be1a35af6","auth":{"type":"apikey","apikey":{"value":"{{tenant-api-key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3a930aba-c901-47c9-b7ea-be7b8883f8b1","id":"3a930aba-c901-47c9-b7ea-be7b8883f8b1","name":"SkyInsights API V3","type":"collection"}}},{"name":"KYT","item":[{"name":"v3/kyt/risk","id":"47b2515c-3ea2-4be9-8448-d128c8dcc3aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.skyinsights.certik.com/v3/kyt/risk","description":"<p>To check whether a transaction participates in malicious events or expose addresses to risk.</p>\n<h2 id=\"parameter\">Parameter</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>chain</td>\n<td>string</td>\n<td>The chain of the txn hash.</td>\n</tr>\n<tr>\n<td>txnHash</td>\n<td>string</td>\n<td>Txn hash, eg. <code>0xdac17f958d2ee523a2206206994597c13d831ec7</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>risk_score</td>\n<td>number</td>\n<td>Overall risk score for the transaction.</td>\n</tr>\n<tr>\n<td>risks</td>\n<td>Risk[]</td>\n<td>A list of of <strong>Risk</strong> object</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"risk\">Risk</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>Unique id for the risk.</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>number</td>\n<td>Time when the alert generated.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td>Address exposed to risks.</td>\n</tr>\n<tr>\n<td>chain</td>\n<td>string</td>\n<td>Chain of the txn hash.</td>\n</tr>\n<tr>\n<td>severity</td>\n<td>string</td>\n<td>Severity of the risk exposure.</td>\n</tr>\n<tr>\n<td>rule_name</td>\n<td>string</td>\n<td>Risks rule name.</td>\n</tr>\n<tr>\n<td>txn_at</td>\n<td>number</td>\n<td>Actual time when the transaction took place.</td>\n</tr>\n<tr>\n<td>risk_exposure</td>\n<td>object</td>\n<td>A RiskExposure object of transfer details and exposure details.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"riskexposure\">RiskExposure</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>risk_types</td>\n<td>string[]</td>\n<td>The type of risk for this risk event.</td>\n</tr>\n<tr>\n<td>risk_names</td>\n<td>string[]</td>\n<td>The name of the risk.</td>\n</tr>\n<tr>\n<td>proximitiy</td>\n<td>string  <br /><code>direct, indirect</code></td>\n<td>The exposure proximity of this risk exposure.</td>\n</tr>\n<tr>\n<td>counterparty</td>\n<td>object</td>\n<td>The counterparty address in the transaction</td>\n</tr>\n<tr>\n<td>txn</td>\n<td>object</td>\n<td>Transaction hash.</td>\n</tr>\n<tr>\n<td>usd_amount</td>\n<td>number</td>\n<td>Historical USD value of the token_amount</td>\n</tr>\n<tr>\n<td>token_address</td>\n<td>string</td>\n<td>Token transfered in the transaction</td>\n</tr>\n<tr>\n<td>token_amount</td>\n<td>number</td>\n<td>The amount of dirty money transferred through this risk exposure.</td>\n</tr>\n<tr>\n<td>src_address</td>\n<td>string</td>\n<td>Bad acting address</td>\n</tr>\n<tr>\n<td>inflow</td>\n<td>number</td>\n<td>USD value inflow to target address</td>\n</tr>\n<tr>\n<td>outflow</td>\n<td>number</td>\n<td>USD value outflow from target address</td>\n</tr>\n<tr>\n<td>hop</td>\n<td>number</td>\n<td>Number of transaction hops between target address and bad acting address</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"{{tenant-api-key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3a930aba-c901-47c9-b7ea-be7b8883f8b1","id":"3a930aba-c901-47c9-b7ea-be7b8883f8b1","name":"SkyInsights API V3","type":"collection"}},"urlObject":{"protocol":"https","path":["v3","kyt","risk"],"host":["api","skyinsights","certik","com"],"query":[],"variable":[]}},"response":[{"id":"8f1d8a59-72bb-4399-bd5e-668f8824f94a","name":"v3/kyt/risk","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.skyinsights.certik.com/v3/kyt/risk?chain=eth&txn_hash=0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344","protocol":"https","host":["api","skyinsights","certik","com"],"path":["v3","kyt","risk"],"query":[{"key":"chain","value":"eth"},{"key":"txn_hash","value":"0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 May 2024 20:40:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"22031"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"3000"},{"key":"X-RateLimit-Remaining","value":"2999"},{"key":"X-RateLimit-Reset","value":"15"},{"key":"ETag","value":"W/\"560f-nguOwGd89R/HH95uFaDCF5REWg8\""}],"cookie":[],"responseTime":null,"body":"{\n    \"risk_score\": 100,\n    \"risks\": [\n        {\n            \"id\": \"181d458c-e250-4ca2-899b-aadd9c0b882c\",\n            \"timestamp\": 1716353078508,\n            \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n            \"chain\": \"eth\",\n            \"severity\": \"high\",\n            \"rule_name\": \"Hack Rule\",\n            \"risk_exposure\": {\n                \"src_address\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n                \"inflow\": 0,\n                \"outflow\": 2969.19021,\n                \"hop\": 1,\n                \"risk_types\": [\n                    \"Exploitation\"\n                ],\n                \"risk_names\": [\n                    \"Ronin Bridge Exploit:Laundering_Address\"\n                ],\n                \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n                \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n                \"usd_amount\": 2969.19021,\n                \"token_amount\": 1000000000000000000,\n                \"token_address\": \"ETH\",\n                \"timestamp\": 1716353078508,\n                \"proximity\": \"direct exposure\"\n            }\n        },\n        {\n            \"id\": \"ffd4cf51-7cea-4358-98c2-37035a5b80c5\",\n            \"timestamp\": 1716353078514,\n            \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n            \"chain\": \"eth\",\n            \"severity\": \"high\",\n            \"rule_name\": \"Hack Rule\",\n            \"risk_exposure\": {\n                \"src_address\": \"eth:0xdd6458eb5090832eb88bffc7adf39b0f3cdd6683\",\n                \"inflow\": 0,\n                \"outflow\": 2969.19021,\n                \"hop\": 4,\n                \"risk_types\": [\n                    \"Exploitation\"\n                ],\n                \"risk_names\": [\n                    \"Ronin Bridge Exploit:Laundering_Address\"\n                ],\n                \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n                \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n                \"usd_amount\": 2969.19021,\n                \"token_amount\": 1000000000000000000,\n                \"token_address\": \"ETH\",\n                \"timestamp\": 1716353078514,\n                \"proximity\": \"indirect exposure\"\n            }\n        },\n        {\n            \"id\": \"a2b9a681-4d00-48a5-b432-b0f500cb94d6\",\n            \"timestamp\": 1716353078516,\n            \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n            \"chain\": \"eth\",\n            \"severity\": \"high\",\n            \"rule_name\": \"Hack Rule\",\n            \"risk_exposure\": {\n                \"src_address\": \"eth:0xb3656c5ed7ef97b4c9097d416df98e2e2a5dd81d\",\n                \"inflow\": 0,\n                \"outflow\": 2969.19021,\n                \"hop\": 4,\n                \"risk_types\": [\n                    \"Exploitation\"\n                ],\n                \"risk_names\": [\n                    \"Ronin Bridge Exploit:Laundering_Address\"\n                ],\n                \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n                \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n                \"usd_amount\": 2969.19021,\n                \"token_amount\": 1000000000000000000,\n                \"token_address\": \"ETH\",\n                \"timestamp\": 1716353078516,\n                \"proximity\": \"indirect exposure\"\n            }\n        },\n        {\n            \"id\": \"262a1a2b-2f30-4763-9b77-b17f61f58509\",\n            \"timestamp\": 1716353078522,\n            \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n            \"chain\": \"eth\",\n            \"severity\": \"high\",\n            \"rule_name\": \"Hack Rule\",\n            \"risk_exposure\": {\n                \"src_address\": \"eth:0x622163f3f21752d359216343df88e9108495ca14\",\n                \"inflow\": 0,\n                \"outflow\": 2969.19021,\n                \"hop\": 4,\n                \"risk_types\": [\n                    \"Exploitation\"\n                ],\n                \"risk_names\": [\n                    \"Ronin Bridge Exploit:Laundering_Address\"\n                ],\n                \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n                \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n                \"usd_amount\": 2969.19021,\n                \"token_amount\": 1000000000000000000,\n                \"token_address\": \"ETH\",\n                \"timestamp\": 1716353078522,\n                \"proximity\": \"indirect exposure\"\n            }\n        },\n        {\n            \"id\": \"7d6230c6-bb01-408c-b926-307e0bd67cd8\",\n            \"timestamp\": 1716353078524,\n            \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n            \"chain\": \"eth\",\n            \"severity\": \"high\",\n            \"rule_name\": \"Hack Rule\",\n            \"risk_exposure\": {\n                \"src_address\": \"eth:0xedb60566f3fd86c2cd9db744d59f019dae0e45a6\",\n                \"inflow\": 0,\n                \"outflow\": 2969.19021,\n                \"hop\": 4,\n                \"risk_types\": [\n                    \"Exploitation\"\n                ],\n                \"risk_names\": [\n                    \"Ronin Bridge Exploit:Laundering_Address\"\n                ],\n                \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n                \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n                \"usd_amount\": 2969.19021,\n                \"token_amount\": 1000000000000000000,\n                \"token_address\": \"ETH\",\n                \"timestamp\": 1716353078524,\n                \"proximity\": \"indirect exposure\"\n            }\n        },\n        {\n            \"id\": \"2f0ec67a-63d9-4feb-af03-d63fea9c52d6\",\n            \"timestamp\": 1716353078526,\n            \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n            \"chain\": \"eth\",\n            \"severity\": \"high\",\n            \"rule_name\": \"Hack Rule\",\n            \"risk_exposure\": {\n                \"src_address\": \"eth:0x9e1e41985048c07a68a67f632f82799baaf903b1\",\n                \"inflow\": 0,\n                \"outflow\": 2969.19021,\n                \"hop\": 4,\n                \"risk_types\": [\n                    \"Exploitation\"\n                ],\n                \"risk_names\": [\n                    \"Ronin Bridge Exploit:Laundering_Address\"\n                ],\n                \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n                \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n                \"usd_amount\": 2969.19021,\n                \"token_amount\": 1000000000000000000,\n                \"token_address\": \"ETH\",\n                \"timestamp\": 1716353078526,\n                \"proximity\": \"indirect exposure\"\n            }\n        },\n        {\n            \"id\": \"68824f3c-c53b-4cfb-ad66-67b29fd2e33b\",\n            \"timestamp\": 1716353078528,\n            \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n            \"chain\": \"eth\",\n            \"severity\": \"high\",\n            \"rule_name\": \"Hack Rule\",\n            \"risk_exposure\": {\n                \"src_address\": \"eth:0xa0e1c89ef1a489c9c7de96311ed5ce5d32c20e4b\",\n                \"inflow\": 0,\n                \"outflow\": 2969.19021,\n                \"hop\": 3,\n                \"risk_types\": [\n                    \"Exploitation\"\n                ],\n                \"risk_names\": [\n                    \"Ronin Bridge Exploit:Laundering_Address\"\n                ],\n                \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n                \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n                \"usd_amount\": 2969.19021,\n                \"token_amount\": 1000000000000000000,\n                \"token_address\": \"ETH\",\n                \"timestamp\": 1716353078528,\n                \"proximity\": \"indirect exposure\"\n            }\n        },\n        {\n            \"id\": \"fb372305-798f-4f2c-9341-6df155430f2e\",\n            \"timestamp\": 1716353078529,\n            \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n            \"chain\": \"eth\",\n            \"severity\": \"very_high\",\n            \"rule_name\": \"Sanction Rule\",\n            \"risk_exposure\": {\n                \"src_address\": \"eth:0xa0e1c89ef1a489c9c7de96311ed5ce5d32c20e4b\",\n                \"inflow\": 0,\n                \"outflow\": 2969.19021,\n                \"hop\": 3,\n                \"risk_types\": [\n                    \"Sanctioned\"\n                ],\n                \"risk_names\": [\n                    \"OFAC:ZINC\"\n                ],\n                \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n                \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n                \"usd_amount\": 2969.19021,\n                \"token_amount\": 1000000000000000000,\n                \"token_address\": \"ETH\",\n                \"timestamp\": 1716353078529,\n                \"proximity\": \"indirect exposure\"\n            }\n        },\n        {\n            \"id\": \"39dbb104-0892-400c-9408-0e566ca7b602\",\n            \"timestamp\": 1716353078550,\n            \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n            \"chain\": \"eth\",\n            \"severity\": \"high\",\n            \"rule_name\": \"Hack Rule\",\n            \"risk_exposure\": {\n                \"src_address\": \"eth:0x53b6936513e738f44fb50d2b9476730c0ab3bfc1\",\n                \"inflow\": 0,\n                \"outflow\": 2969.19021,\n                \"hop\": 3,\n                \"risk_types\": [\n                    \"Exploitation\"\n                ],\n                \"risk_names\": [\n                    \"Ronin Bridge Exploit:Laundering_Address\"\n                ],\n                \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n                \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n                \"usd_amount\": 2969.19021,\n                \"token_amount\": 1000000000000000000,\n                \"token_address\": \"ETH\",\n                \"timestamp\": 1716353078550,\n                \"proximity\": \"indirect exposure\"\n            }\n        },\n        {\n            \"id\": \"60af2686-493b-4a0c-bfaa-a631b66b2b3e\",\n            \"timestamp\": 1716353078550,\n            \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n            \"chain\": \"eth\",\n            \"severity\": \"very_high\",\n            \"rule_name\": \"Sanction Rule\",\n            \"risk_exposure\": {\n                \"src_address\": \"eth:0x53b6936513e738f44fb50d2b9476730c0ab3bfc1\",\n                \"inflow\": 0,\n                \"outflow\": 2969.19021,\n                \"hop\": 3,\n                \"risk_types\": [\n                    \"Sanctioned\"\n                ],\n                \"risk_names\": [\n                    \"OFAC:ZINC\"\n                ],\n                \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n                \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n                \"usd_amount\": 2969.19021,\n                \"token_amount\": 1000000000000000000,\n                \"token_address\": \"ETH\",\n                \"timestamp\": 1716353078550,\n                \"proximity\": \"indirect exposure\"\n            }\n        },\n        {\n            \"id\": \"3478c7e0-ee56-4a5e-b407-c09f40a44347\",\n            \"timestamp\": 1716353078553,\n            \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n            \"chain\": \"eth\",\n            \"severity\": \"high\",\n            \"rule_name\": \"Hack Rule\",\n            \"risk_exposure\": {\n                \"src_address\": \"eth:0x3cffd56b47b7b41c56258d9c7731abadc360e073\",\n                \"inflow\": 0,\n                \"outflow\": 2969.19021,\n                \"hop\": 3,\n                \"risk_types\": [\n                    \"Exploitation\"\n                ],\n                \"risk_names\": [\n                    \"Ronin Bridge Exploit:Laundering_Address\"\n                ],\n                \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n                \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n                \"usd_amount\": 2969.19021,\n                \"token_amount\": 1000000000000000000,\n                \"token_address\": \"ETH\",\n                \"timestamp\": 1716353078553,\n                \"proximity\": \"indirect exposure\"\n            }\n        },\n        {\n            \"id\": \"91da2316-db4b-4da0-90c8-5e2071c4aca7\",\n            \"timestamp\": 1716353078553,\n            \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n            \"chain\": \"eth\",\n            \"severity\": \"very_high\",\n            \"rule_name\": \"Sanction Rule\",\n            \"risk_exposure\": {\n                \"src_address\": \"eth:0x3cffd56b47b7b41c56258d9c7731abadc360e073\",\n                \"inflow\": 0,\n                \"outflow\": 2969.19021,\n                \"hop\": 3,\n                \"risk_types\": [\n                    \"Sanctioned\"\n                ],\n                \"risk_names\": [\n                    \"OFAC:ZINC\"\n                ],\n                \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n                \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n                \"usd_amount\": 2969.19021,\n                \"token_amount\": 1000000000000000000,\n                \"token_address\": \"ETH\",\n                \"timestamp\": 1716353078553,\n                \"proximity\": \"indirect exposure\"\n            }\n        },\n        {\n            \"id\": \"5b30a45f-66ce-4343-a638-a2e116c9951a\",\n            \"timestamp\": 1716353078554,\n            \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n            \"chain\": \"eth\",\n            \"severity\": \"high\",\n            \"rule_name\": \"Hack Rule\",\n            \"risk_exposure\": {\n                \"src_address\": \"eth:0x3e37627deaa754090fbfbb8bd226c1ce66d255e9\",\n                \"inflow\": 0,\n                \"outflow\": 2969.19021,\n                \"hop\": 3,\n                \"risk_types\": [\n                    \"Exploitation\"\n                ],\n                \"risk_names\": [\n                    \"Ronin Bridge Exploit:Laundering_Address\"\n                ],\n                \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n                \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n                \"usd_amount\": 2969.19021,\n                \"token_amount\": 1000000000000000000,\n                \"token_address\": \"ETH\",\n                \"timestamp\": 1716353078554,\n                \"proximity\": \"indirect exposure\"\n            }\n        },\n        {\n            \"id\": \"607c7a02-c38e-4713-8da1-e870fb20fe19\",\n            \"timestamp\": 1716353078554,\n            \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n            \"chain\": \"eth\",\n            \"severity\": \"very_high\",\n            \"rule_name\": \"Sanction Rule\",\n            \"risk_exposure\": {\n                \"src_address\": \"eth:0x3e37627deaa754090fbfbb8bd226c1ce66d255e9\",\n                \"inflow\": 0,\n                \"outflow\": 2969.19021,\n                \"hop\": 3,\n                \"risk_types\": [\n                    \"Sanctioned\"\n                ],\n                \"risk_names\": [\n                    \"OFAC:ZINC\"\n                ],\n                \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n                \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n                \"usd_amount\": 2969.19021,\n                \"token_amount\": 1000000000000000000,\n                \"token_address\": \"ETH\",\n                \"timestamp\": 1716353078554,\n                \"proximity\": \"indirect exposure\"\n            }\n        },\n        {\n            \"id\": \"bd8faab5-67d0-4dac-a352-4d78b69e46df\",\n            \"timestamp\": 1716353078555,\n            \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n            \"chain\": \"eth\",\n            \"severity\": \"high\",\n            \"rule_name\": \"Hack Rule\",\n            \"risk_exposure\": {\n                \"src_address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n                \"inflow\": 0,\n                \"outflow\": 2969.19021,\n                \"hop\": 2,\n                \"risk_types\": [\n                    \"Exploitation\"\n                ],\n                \"risk_names\": [\n                    \"Lazarus Group Sanctioned Addresses\"\n                ],\n                \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n                \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n                \"usd_amount\": 2969.19021,\n                \"token_amount\": 1000000000000000000,\n                \"token_address\": \"ETH\",\n                \"timestamp\": 1716353078555,\n                \"proximity\": \"indirect exposure\"\n            }\n        },\n        {\n            \"id\": \"bd114ddc-58a6-4ae9-9dca-cae039e80ade\",\n            \"timestamp\": 1716353078555,\n            \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n            \"chain\": \"eth\",\n            \"severity\": \"very_high\",\n            \"rule_name\": \"Sanction Rule\",\n            \"risk_exposure\": {\n                \"src_address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n                \"inflow\": 0,\n                \"outflow\": 2969.19021,\n                \"hop\": 2,\n                \"risk_types\": [\n                    \"Sanctioned\"\n                ],\n                \"risk_names\": [\n                    \"OFAC:ZINC\"\n                ],\n                \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n                \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n                \"usd_amount\": 2969.19021,\n                \"token_amount\": 1000000000000000000,\n                \"token_address\": \"ETH\",\n                \"timestamp\": 1716353078555,\n                \"proximity\": \"indirect exposure\"\n            }\n        },\n        {\n            \"id\": \"2b409ede-8486-4a79-bdb0-15eb328d8e8d\",\n            \"timestamp\": 1716353078556,\n            \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n            \"chain\": \"eth\",\n            \"severity\": \"high\",\n            \"rule_name\": \"Hack Rule\",\n            \"risk_exposure\": {\n                \"src_address\": \"eth:0x93df2c9c8786242b8fdca3f96b3914b8b4a9f704\",\n                \"inflow\": 0,\n                \"outflow\": 2969.19021,\n                \"hop\": 4,\n                \"risk_types\": [\n                    \"Exploitation\"\n                ],\n                \"risk_names\": [\n                    \"Ronin Bridge Exploit:Laundering_Address\"\n                ],\n                \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n                \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n                \"usd_amount\": 2969.19021,\n                \"token_amount\": 1000000000000000000,\n                \"token_address\": \"ETH\",\n                \"timestamp\": 1716353078556,\n                \"proximity\": \"indirect exposure\"\n            }\n        },\n        {\n            \"id\": \"068df4a0-3b96-4819-85f7-34bb5948af73\",\n            \"timestamp\": 1716353078566,\n            \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n            \"chain\": \"eth\",\n            \"severity\": \"high\",\n            \"rule_name\": \"Hack Rule\",\n            \"risk_exposure\": {\n                \"src_address\": \"eth:0x002c93452d54b6d64bfa9879fcab14a74f1bdd44\",\n                \"inflow\": 0,\n                \"outflow\": 2969.19021,\n                \"hop\": 4,\n                \"risk_types\": [\n                    \"Exploitation\"\n                ],\n                \"risk_names\": [\n                    \"Ronin Bridge Exploit:Laundering_Address\"\n                ],\n                \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n                \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n                \"usd_amount\": 2969.19021,\n                \"token_amount\": 1000000000000000000,\n                \"token_address\": \"ETH\",\n                \"timestamp\": 1716353078566,\n                \"proximity\": \"indirect exposure\"\n            }\n        },\n        {\n            \"id\": \"b1a3d449-04f1-4526-a9b2-0798cac3d051\",\n            \"timestamp\": 1716353078567,\n            \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n            \"chain\": \"eth\",\n            \"severity\": \"high\",\n            \"rule_name\": \"Hack Rule\",\n            \"risk_exposure\": {\n                \"src_address\": \"eth:0x08723392ed15743cc38513c4925f5e6be5c17243\",\n                \"inflow\": 0,\n                \"outflow\": 2969.19021,\n                \"hop\": 3,\n                \"risk_types\": [\n                    \"Exploitation\"\n                ],\n                \"risk_names\": [\n                    \"Ronin Bridge Exploit:Laundering_Address\"\n                ],\n                \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n                \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n                \"usd_amount\": 2969.19021,\n                \"token_amount\": 1000000000000000000,\n                \"token_address\": \"ETH\",\n                \"timestamp\": 1716353078567,\n                \"proximity\": \"indirect exposure\"\n            }\n        },\n        {\n            \"id\": \"53d239d2-ef67-4b88-b3d8-6060c97c9414\",\n            \"timestamp\": 1716353078567,\n            \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n            \"chain\": \"eth\",\n            \"severity\": \"very_high\",\n            \"rule_name\": \"Sanction Rule\",\n            \"risk_exposure\": {\n                \"src_address\": \"eth:0x08723392ed15743cc38513c4925f5e6be5c17243\",\n                \"inflow\": 0,\n                \"outflow\": 2969.19021,\n                \"hop\": 3,\n                \"risk_types\": [\n                    \"Sanctioned\"\n                ],\n                \"risk_names\": [\n                    \"OFAC:ZINC\"\n                ],\n                \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n                \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n                \"usd_amount\": 2969.19021,\n                \"token_amount\": 1000000000000000000,\n                \"token_address\": \"ETH\",\n                \"timestamp\": 1716353078567,\n                \"proximity\": \"indirect exposure\"\n            }\n        },\n        {\n            \"id\": \"cfb21ecc-5099-47d4-8d2f-6fcef77fea59\",\n            \"timestamp\": 1716353078568,\n            \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n            \"chain\": \"eth\",\n            \"severity\": \"very_high\",\n            \"rule_name\": \"Sanction Rule\",\n            \"risk_exposure\": {\n                \"src_address\": \"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\",\n                \"inflow\": 0,\n                \"outflow\": 2969.19021,\n                \"hop\": 4,\n                \"risk_types\": [\n                    \"Sanctioned\"\n                ],\n                \"risk_names\": [\n                    \"OFAC:TORNADO CASH\"\n                ],\n                \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n                \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n                \"usd_amount\": 2969.19021,\n                \"token_amount\": 1000000000000000000,\n                \"token_address\": \"ETH\",\n                \"timestamp\": 1716353078568,\n                \"proximity\": \"indirect exposure\"\n            }\n        },\n        {\n            \"id\": \"acde7391-9f49-4ee9-8769-bd4d74c3c69d\",\n            \"timestamp\": 1716353078568,\n            \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n            \"chain\": \"eth\",\n            \"severity\": \"high\",\n            \"rule_name\": \"Mixer Rule\",\n            \"risk_exposure\": {\n                \"src_address\": \"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\",\n                \"inflow\": 0,\n                \"outflow\": 2969.19021,\n                \"hop\": 4,\n                \"risk_types\": [\n                    \"Mixer\"\n                ],\n                \"risk_names\": [\n                    \"OFACs Sanction List\"\n                ],\n                \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n                \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n                \"usd_amount\": 2969.19021,\n                \"token_amount\": 1000000000000000000,\n                \"token_address\": \"ETH\",\n                \"timestamp\": 1716353078568,\n                \"proximity\": \"indirect exposure\"\n            }\n        },\n        {\n            \"id\": \"771d0bd6-ad47-4ca9-b087-e92fa067eebc\",\n            \"timestamp\": 1716353078568,\n            \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n            \"chain\": \"eth\",\n            \"severity\": \"high\",\n            \"rule_name\": \"Hack Rule\",\n            \"risk_exposure\": {\n                \"src_address\": \"eth:0x35fb6f6db4fb05e6a4ce86f2c93691425626d4b1\",\n                \"inflow\": 0,\n                \"outflow\": 2969.19021,\n                \"hop\": 3,\n                \"risk_types\": [\n                    \"Exploitation\"\n                ],\n                \"risk_names\": [\n                    \"Ronin Bridge Exploit:Laundering_Address\"\n                ],\n                \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n                \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n                \"usd_amount\": 2969.19021,\n                \"token_amount\": 1000000000000000000,\n                \"token_address\": \"ETH\",\n                \"timestamp\": 1716353078568,\n                \"proximity\": \"indirect exposure\"\n            }\n        },\n        {\n            \"id\": \"6f521e16-46ce-46e2-b8f0-83d934d2829e\",\n            \"timestamp\": 1716353078569,\n            \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n            \"chain\": \"eth\",\n            \"severity\": \"very_high\",\n            \"rule_name\": \"Sanction Rule\",\n            \"risk_exposure\": {\n                \"src_address\": \"eth:0x35fb6f6db4fb05e6a4ce86f2c93691425626d4b1\",\n                \"inflow\": 0,\n                \"outflow\": 2969.19021,\n                \"hop\": 3,\n                \"risk_types\": [\n                    \"Sanctioned\"\n                ],\n                \"risk_names\": [\n                    \"OFAC:ZINC\"\n                ],\n                \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n                \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n                \"usd_amount\": 2969.19021,\n                \"token_amount\": 1000000000000000000,\n                \"token_address\": \"ETH\",\n                \"timestamp\": 1716353078569,\n                \"proximity\": \"indirect exposure\"\n            }\n        },\n        {\n            \"id\": \"db55de2a-997d-4238-a20b-a678d51f8a08\",\n            \"timestamp\": 1716353078570,\n            \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n            \"chain\": \"eth\",\n            \"severity\": \"high\",\n            \"rule_name\": \"Hack Rule\",\n            \"risk_exposure\": {\n                \"src_address\": \"eth:0xf7b31119c2682c88d88d455dbb9d5932c65cf1be\",\n                \"inflow\": 0,\n                \"outflow\": 2969.19021,\n                \"hop\": 3,\n                \"risk_types\": [\n                    \"Exploitation\"\n                ],\n                \"risk_names\": [\n                    \"Ronin Bridge Exploit:Laundering_Address\"\n                ],\n                \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n                \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n                \"usd_amount\": 2969.19021,\n                \"token_amount\": 1000000000000000000,\n                \"token_address\": \"ETH\",\n                \"timestamp\": 1716353078570,\n                \"proximity\": \"indirect exposure\"\n            }\n        },\n        {\n            \"id\": \"b94a718e-0609-4bb5-bb35-eab69c3b01ab\",\n            \"timestamp\": 1716353078570,\n            \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n            \"chain\": \"eth\",\n            \"severity\": \"very_high\",\n            \"rule_name\": \"Sanction Rule\",\n            \"risk_exposure\": {\n                \"src_address\": \"eth:0xf7b31119c2682c88d88d455dbb9d5932c65cf1be\",\n                \"inflow\": 0,\n                \"outflow\": 2969.19021,\n                \"hop\": 3,\n                \"risk_types\": [\n                    \"Sanctioned\"\n                ],\n                \"risk_names\": [\n                    \"OFAC:ZINC\"\n                ],\n                \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n                \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n                \"usd_amount\": 2969.19021,\n                \"token_amount\": 1000000000000000000,\n                \"token_address\": \"ETH\",\n                \"timestamp\": 1716353078570,\n                \"proximity\": \"indirect exposure\"\n            }\n        },\n        {\n            \"id\": \"267e504b-d6fc-425a-bcfa-5474851322d1\",\n            \"timestamp\": 1716353078571,\n            \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n            \"chain\": \"eth\",\n            \"severity\": \"high\",\n            \"rule_name\": \"Hack Rule\",\n            \"risk_exposure\": {\n                \"src_address\": \"eth:0x5967524ce3bc2bc422e584e33bd50921a22e3c0a\",\n                \"inflow\": 0,\n                \"outflow\": 2969.19021,\n                \"hop\": 4,\n                \"risk_types\": [\n                    \"Exploitation\"\n                ],\n                \"risk_names\": [\n                    \"Ronin Bridge Exploit:Laundering_Address\"\n                ],\n                \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n                \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n                \"usd_amount\": 2969.19021,\n                \"token_amount\": 1000000000000000000,\n                \"token_address\": \"ETH\",\n                \"timestamp\": 1716353078571,\n                \"proximity\": \"indirect exposure\"\n            }\n        },\n        {\n            \"id\": \"aad347e6-6b22-444f-9fe9-c11380efe772\",\n            \"timestamp\": 1716353078579,\n            \"address\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n            \"chain\": \"eth\",\n            \"severity\": \"high\",\n            \"rule_name\": \"Hack Rule\",\n            \"risk_exposure\": {\n                \"src_address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n                \"inflow\": 2969.19021,\n                \"outflow\": 0,\n                \"hop\": 1,\n                \"risk_types\": [\n                    \"Exploitation\"\n                ],\n                \"risk_names\": [\n                    \"Lazarus Group Sanctioned Addresses\"\n                ],\n                \"counterparty\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n                \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n                \"usd_amount\": 2969.19021,\n                \"token_amount\": 1000000000000000000,\n                \"token_address\": \"ETH\",\n                \"timestamp\": 1716353078579,\n                \"proximity\": \"direct exposure\"\n            }\n        },\n        {\n            \"id\": \"2003c2f6-5914-4761-962c-b57868cb55bc\",\n            \"timestamp\": 1716353078579,\n            \"address\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n            \"chain\": \"eth\",\n            \"severity\": \"very_high\",\n            \"rule_name\": \"Sanction Rule\",\n            \"risk_exposure\": {\n                \"src_address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n                \"inflow\": 2969.19021,\n                \"outflow\": 0,\n                \"hop\": 1,\n                \"risk_types\": [\n                    \"Sanctioned\"\n                ],\n                \"risk_names\": [\n                    \"OFAC:ZINC\"\n                ],\n                \"counterparty\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n                \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n                \"usd_amount\": 2969.19021,\n                \"token_amount\": 1000000000000000000,\n                \"token_address\": \"ETH\",\n                \"timestamp\": 1716353078579,\n                \"proximity\": \"direct exposure\"\n            }\n        }\n    ]\n}"}],"_postman_id":"47b2515c-3ea2-4be9-8448-d128c8dcc3aa"},{"name":"v3/kyt/transfers-alerts","id":"11a82e4b-4867-4409-b361-9c4e8673d0ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.skyinsights.certik.com/v3/kyt/transfers-alerts","description":"<p>To check whether a transaction will trigger certain alerts, based on customized alert rules.</p>\n<p>Target addresses are defined by cusomer entity.</p>\n<h2 id=\"parameter\">Parameter</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>chain</td>\n<td>string</td>\n<td>The chain of the txn hash.</td>\n</tr>\n<tr>\n<td>txnHash</td>\n<td>string</td>\n<td>Txn hash, eg. <code>0xdac17f958d2ee523a2206206994597c13d831ec7</code></td>\n</tr>\n<tr>\n<td>customer_id</td>\n<td>string</td>\n<td>Customer id for the customer entity.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<p>With <code>customer_id</code> , this API will find the corresponding addresses and alert rules for the target customer entity. And alert will be triggered, if the transaction expose any address to any risk defined in alert rules.</p>\n<h3 id=\"transactionalert\">TransactionAlert</h3>\n<p>An array of <code>TransactionAlert</code> object for this transaction.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>Unique id for the alert.</td>\n</tr>\n<tr>\n<td>chain</td>\n<td>string</td>\n<td>chain</td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td>The target address that expose to risk</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>number</td>\n<td>The unix timestamp(ms) this transaction take place on chain</td>\n</tr>\n<tr>\n<td>severity</td>\n<td>string</td>\n<td>Severity level of the alert rule defined by user: <code>medium</code>, <code>high</code>, <code>very_high</code></td>\n</tr>\n<tr>\n<td>rule_name</td>\n<td>string</td>\n<td>Alert rule name</td>\n</tr>\n<tr>\n<td>rule_group_id</td>\n<td>string</td>\n<td>User defiend id for the rule group</td>\n</tr>\n<tr>\n<td>rule_group_name</td>\n<td>string</td>\n<td>Rule group name</td>\n</tr>\n<tr>\n<td>monitoring_group_id</td>\n<td>string</td>\n<td>User defined id for the monitoring group</td>\n</tr>\n<tr>\n<td>monitoring_group_name</td>\n<td>string</td>\n<td>Monitoring group name</td>\n</tr>\n<tr>\n<td>risk_exposure</td>\n<td>RiskExposure</td>\n<td>A RiskExposure object of transfer details and exposure details</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"riskexposure\"><strong>RiskExposure</strong></h3>\n<p>The risk_exposure object will return detailed information of this alert.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>risk_types</td>\n<td>string[]</td>\n<td>The type of risk for this risk event.</td>\n</tr>\n<tr>\n<td>risk_names</td>\n<td>string[]</td>\n<td>The name of the risk.</td>\n</tr>\n<tr>\n<td>proximitiy</td>\n<td>string</td>\n<td>The exposure proximity of this risk exposure, e.g. <code>direct, indirect</code></td>\n</tr>\n<tr>\n<td>counterparty</td>\n<td>string</td>\n<td>The counterparty address in the transaction</td>\n</tr>\n<tr>\n<td>txn</td>\n<td>string</td>\n<td>Transaction hash.</td>\n</tr>\n<tr>\n<td>usd_amount</td>\n<td>number</td>\n<td>Historical USD value of the token_amount</td>\n</tr>\n<tr>\n<td>token_address</td>\n<td>string</td>\n<td>Token transfered in the transaction</td>\n</tr>\n<tr>\n<td>token_amount</td>\n<td>number</td>\n<td>The amount of dirty money transferred through this risk exposure.</td>\n</tr>\n<tr>\n<td>src_address</td>\n<td>string</td>\n<td>Bad acting address</td>\n</tr>\n<tr>\n<td>inflow</td>\n<td>number</td>\n<td>USD value inflow to target address</td>\n</tr>\n<tr>\n<td>outflow</td>\n<td>number</td>\n<td>USD value outflow from target address</td>\n</tr>\n<tr>\n<td>hop</td>\n<td>number</td>\n<td>Number of transaction hop between target address and bad acting address</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"{{tenant-api-key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3a930aba-c901-47c9-b7ea-be7b8883f8b1","id":"3a930aba-c901-47c9-b7ea-be7b8883f8b1","name":"SkyInsights API V3","type":"collection"}},"urlObject":{"protocol":"https","path":["v3","kyt","transfers-alerts"],"host":["api","skyinsights","certik","com"],"query":[],"variable":[]}},"response":[{"id":"603122f0-4d9b-47f1-8f2a-10b532b12230","name":"v3/kyt/transfers-alerts","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.skyinsights.certik.com/v3/kyt/transfers-alerts?chain=eth&txn_hash=0x5c825d11dc193d6aa3fe154658312db46812e9b34841fc1f615f5bf512d8639b&customer_id=example-entity","protocol":"https","host":["api","skyinsights","certik","com"],"path":["v3","kyt","transfers-alerts"],"query":[{"key":"chain","value":"eth"},{"key":"txn_hash","value":"0x5c825d11dc193d6aa3fe154658312db46812e9b34841fc1f615f5bf512d8639b"},{"key":"customer_id","value":"example-entity"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 May 2024 20:46:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"5223"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"3000"},{"key":"X-RateLimit-Remaining","value":"2999"},{"key":"X-RateLimit-Reset","value":"15"},{"key":"ETag","value":"W/\"1467-e4N/XytYx317O3Y56XH5pUjdm0k\""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"cdf2fb1b-fb06-4897-9817-0f240750002c\",\n        \"timestamp\": 1716355679678,\n        \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n        \"chain\": \"eth\",\n        \"severity\": 6,\n        \"rule_name\": \"Sanction Rule\",\n        \"monitoring_group_id\": \"8aa59bbd-f832-4cd0-b936-23a313bbf8a9\",\n        \"monitoring_group_name\": \"0113-001\",\n        \"rule_group_id\": \"RG-TEST002\",\n        \"rule_group_name\": \"RG-TEST002\",\n        \"risk_exposure\": {\n            \"risk_types\": [\n                \"Sanctioned\"\n            ],\n            \"risk_names\": [\n                \"OFAC:ZINC\"\n            ],\n            \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n            \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n            \"usd_amount\": 2969.19021,\n            \"token_amount\": 1000000000000000000,\n            \"token_address\": \"ETH\",\n            \"timestamp\": 1716355679678,\n            \"proximity\": \"indirect exposure\",\n            \"src_address\": \"eth:0xa0e1c89ef1a489c9c7de96311ed5ce5d32c20e4b\",\n            \"inflow\": 0,\n            \"outflow\": 2969.19021,\n            \"hop\": 3\n        }\n    },\n    {\n        \"id\": \"c4c0ca49-0bde-4ce2-9ae0-f1da368da477\",\n        \"timestamp\": 1716355679679,\n        \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n        \"chain\": \"eth\",\n        \"severity\": 6,\n        \"rule_name\": \"Sanction Rule\",\n        \"monitoring_group_id\": \"8aa59bbd-f832-4cd0-b936-23a313bbf8a9\",\n        \"monitoring_group_name\": \"0113-001\",\n        \"rule_group_id\": \"RG-TEST002\",\n        \"rule_group_name\": \"RG-TEST002\",\n        \"risk_exposure\": {\n            \"risk_types\": [\n                \"Sanctioned\"\n            ],\n            \"risk_names\": [\n                \"OFAC:ZINC\"\n            ],\n            \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n            \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n            \"usd_amount\": 2969.19021,\n            \"token_amount\": 1000000000000000000,\n            \"token_address\": \"ETH\",\n            \"timestamp\": 1716355679679,\n            \"proximity\": \"indirect exposure\",\n            \"src_address\": \"eth:0x53b6936513e738f44fb50d2b9476730c0ab3bfc1\",\n            \"inflow\": 0,\n            \"outflow\": 2969.19021,\n            \"hop\": 3\n        }\n    },\n    {\n        \"id\": \"fc4d4c80-abff-4699-bc42-76930f5f6c4e\",\n        \"timestamp\": 1716355679679,\n        \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n        \"chain\": \"eth\",\n        \"severity\": 6,\n        \"rule_name\": \"Sanction Rule\",\n        \"monitoring_group_id\": \"8aa59bbd-f832-4cd0-b936-23a313bbf8a9\",\n        \"monitoring_group_name\": \"0113-001\",\n        \"rule_group_id\": \"RG-TEST002\",\n        \"rule_group_name\": \"RG-TEST002\",\n        \"risk_exposure\": {\n            \"risk_types\": [\n                \"Sanctioned\"\n            ],\n            \"risk_names\": [\n                \"OFAC:ZINC\"\n            ],\n            \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n            \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n            \"usd_amount\": 2969.19021,\n            \"token_amount\": 1000000000000000000,\n            \"token_address\": \"ETH\",\n            \"timestamp\": 1716355679679,\n            \"proximity\": \"indirect exposure\",\n            \"src_address\": \"eth:0x3cffd56b47b7b41c56258d9c7731abadc360e073\",\n            \"inflow\": 0,\n            \"outflow\": 2969.19021,\n            \"hop\": 3\n        }\n    },\n    {\n        \"id\": \"e1c6196d-560a-4e45-ae4d-e61e1c4e8743\",\n        \"timestamp\": 1716355679680,\n        \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n        \"chain\": \"eth\",\n        \"severity\": 6,\n        \"rule_name\": \"Sanction Rule\",\n        \"monitoring_group_id\": \"8aa59bbd-f832-4cd0-b936-23a313bbf8a9\",\n        \"monitoring_group_name\": \"0113-001\",\n        \"rule_group_id\": \"RG-TEST002\",\n        \"rule_group_name\": \"RG-TEST002\",\n        \"risk_exposure\": {\n            \"risk_types\": [\n                \"Sanctioned\"\n            ],\n            \"risk_names\": [\n                \"OFAC:ZINC\"\n            ],\n            \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n            \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n            \"usd_amount\": 2969.19021,\n            \"token_amount\": 1000000000000000000,\n            \"token_address\": \"ETH\",\n            \"timestamp\": 1716355679680,\n            \"proximity\": \"indirect exposure\",\n            \"src_address\": \"eth:0x3e37627deaa754090fbfbb8bd226c1ce66d255e9\",\n            \"inflow\": 0,\n            \"outflow\": 2969.19021,\n            \"hop\": 3\n        }\n    },\n    {\n        \"id\": \"694d8a2d-42e8-4825-b9e9-a8ca858ffa75\",\n        \"timestamp\": 1716355679681,\n        \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n        \"chain\": \"eth\",\n        \"severity\": 6,\n        \"rule_name\": \"Sanction Rule\",\n        \"monitoring_group_id\": \"8aa59bbd-f832-4cd0-b936-23a313bbf8a9\",\n        \"monitoring_group_name\": \"0113-001\",\n        \"rule_group_id\": \"RG-TEST002\",\n        \"rule_group_name\": \"RG-TEST002\",\n        \"risk_exposure\": {\n            \"risk_types\": [\n                \"Sanctioned\"\n            ],\n            \"risk_names\": [\n                \"OFAC:ZINC\"\n            ],\n            \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n            \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n            \"usd_amount\": 2969.19021,\n            \"token_amount\": 1000000000000000000,\n            \"token_address\": \"ETH\",\n            \"timestamp\": 1716355679681,\n            \"proximity\": \"indirect exposure\",\n            \"src_address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n            \"inflow\": 0,\n            \"outflow\": 2969.19021,\n            \"hop\": 2\n        }\n    },\n    {\n        \"id\": \"c8475200-c1e0-4132-970a-023c31111d07\",\n        \"timestamp\": 1716355679681,\n        \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n        \"chain\": \"eth\",\n        \"severity\": 6,\n        \"rule_name\": \"Sanction Rule\",\n        \"monitoring_group_id\": \"8aa59bbd-f832-4cd0-b936-23a313bbf8a9\",\n        \"monitoring_group_name\": \"0113-001\",\n        \"rule_group_id\": \"RG-TEST002\",\n        \"rule_group_name\": \"RG-TEST002\",\n        \"risk_exposure\": {\n            \"risk_types\": [\n                \"Sanctioned\"\n            ],\n            \"risk_names\": [\n                \"OFAC:ZINC\"\n            ],\n            \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n            \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n            \"usd_amount\": 2969.19021,\n            \"token_amount\": 1000000000000000000,\n            \"token_address\": \"ETH\",\n            \"timestamp\": 1716355679681,\n            \"proximity\": \"indirect exposure\",\n            \"src_address\": \"eth:0x08723392ed15743cc38513c4925f5e6be5c17243\",\n            \"inflow\": 0,\n            \"outflow\": 2969.19021,\n            \"hop\": 3\n        }\n    },\n    {\n        \"id\": \"79346688-2c8b-4f67-9d93-270cae537248\",\n        \"timestamp\": 1716355679682,\n        \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n        \"chain\": \"eth\",\n        \"severity\": 6,\n        \"rule_name\": \"Sanction Rule\",\n        \"monitoring_group_id\": \"8aa59bbd-f832-4cd0-b936-23a313bbf8a9\",\n        \"monitoring_group_name\": \"0113-001\",\n        \"rule_group_id\": \"RG-TEST002\",\n        \"rule_group_name\": \"RG-TEST002\",\n        \"risk_exposure\": {\n            \"risk_types\": [\n                \"Sanctioned\"\n            ],\n            \"risk_names\": [\n                \"OFAC:TORNADO CASH\"\n            ],\n            \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n            \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n            \"usd_amount\": 2969.19021,\n            \"token_amount\": 1000000000000000000,\n            \"token_address\": \"ETH\",\n            \"timestamp\": 1716355679682,\n            \"proximity\": \"indirect exposure\",\n            \"src_address\": \"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\",\n            \"inflow\": 0,\n            \"outflow\": 2969.19021,\n            \"hop\": 4\n        }\n    },\n    {\n        \"id\": \"89b3356f-e9ba-4b55-8cba-9c7294aeeaa2\",\n        \"timestamp\": 1716355679683,\n        \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n        \"chain\": \"eth\",\n        \"severity\": 6,\n        \"rule_name\": \"Sanction Rule\",\n        \"monitoring_group_id\": \"8aa59bbd-f832-4cd0-b936-23a313bbf8a9\",\n        \"monitoring_group_name\": \"0113-001\",\n        \"rule_group_id\": \"RG-TEST002\",\n        \"rule_group_name\": \"RG-TEST002\",\n        \"risk_exposure\": {\n            \"risk_types\": [\n                \"Sanctioned\"\n            ],\n            \"risk_names\": [\n                \"OFAC:ZINC\"\n            ],\n            \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n            \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n            \"usd_amount\": 2969.19021,\n            \"token_amount\": 1000000000000000000,\n            \"token_address\": \"ETH\",\n            \"timestamp\": 1716355679683,\n            \"proximity\": \"indirect exposure\",\n            \"src_address\": \"eth:0x35fb6f6db4fb05e6a4ce86f2c93691425626d4b1\",\n            \"inflow\": 0,\n            \"outflow\": 2969.19021,\n            \"hop\": 3\n        }\n    },\n    {\n        \"id\": \"f760dc50-19d3-438b-b925-56570492d71a\",\n        \"timestamp\": 1716355679683,\n        \"address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f96\",\n        \"chain\": \"eth\",\n        \"severity\": 6,\n        \"rule_name\": \"Sanction Rule\",\n        \"monitoring_group_id\": \"8aa59bbd-f832-4cd0-b936-23a313bbf8a9\",\n        \"monitoring_group_name\": \"0113-001\",\n        \"rule_group_id\": \"RG-TEST002\",\n        \"rule_group_name\": \"RG-TEST002\",\n        \"risk_exposure\": {\n            \"risk_types\": [\n                \"Sanctioned\"\n            ],\n            \"risk_names\": [\n                \"OFAC:ZINC\"\n            ],\n            \"counterparty\": \"eth:0x665660f65e94454a64b96693a67a41d440155617\",\n            \"txn\": \"eth:0x655dd40d5919d01d7d6a84c8d0fb125552bd3be23eee0750f440d98783908344\",\n            \"usd_amount\": 2969.19021,\n            \"token_amount\": 1000000000000000000,\n            \"token_address\": \"ETH\",\n            \"timestamp\": 1716355679683,\n            \"proximity\": \"indirect exposure\",\n            \"src_address\": \"eth:0xf7b31119c2682c88d88d455dbb9d5932c65cf1be\",\n            \"inflow\": 0,\n            \"outflow\": 2969.19021,\n            \"hop\": 3\n        }\n    }\n]"}],"_postman_id":"11a82e4b-4867-4409-b361-9c4e8673d0ef"},{"name":"v3/kyt/alerts","id":"bbe18c26-c2eb-41a1-8778-20a461440385","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.skyinsights.certik.com/v3/kyt/alerts","description":"<p>The endpoint allows users to retrieve alerts genereted from both active screening and real-time monitor.</p>\n<h2 id=\"parameter\">Parameter</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page(Optional)</td>\n<td>number</td>\n<td>Specifies the page number of the results to retrieve</td>\n</tr>\n<tr>\n<td>limit(Optional)</td>\n<td>number</td>\n<td>Places a limit on the number of returned results</td>\n</tr>\n<tr>\n<td>monitoring_group_id(Optional)</td>\n<td>string</td>\n<td>User defined monitoring group id</td>\n</tr>\n<tr>\n<td>severity(Optional)</td>\n<td>string</td>\n<td>Severity level of the alert rule defined by user: <code>medium</code>, <code>high</code>, <code>very_high</code>.</td>\n</tr>\n<tr>\n<td>risk_type(Optional)</td>\n<td>string</td>\n<td>Risk types of the alert rule defined by user: <code>ATM</code>,<code>Bridge</code>,<code>CSAM</code>,<code>Darknet</code>,<code>Exploitation</code>,<code>Fraud_shop</code>,<code>Gambling</code>,<code>Hack</code>,<code>High_Risk_Exchanges</code>,<code>Illegal_Service</code>,<code>Mixer</code>,<code>P2P</code>,<code>Phishing</code>,<code>Ransomware</code>,<code>Sanctioned</code>,<code>Scam</code>,<code>Terrorism</code></td>\n</tr>\n<tr>\n<td>start_timestamp(Optional)</td>\n<td>number</td>\n<td></td>\n</tr>\n<tr>\n<td>end_timestamp(Optional)</td>\n<td>number</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>alerts</td>\n<td>Alert[]</td>\n<td>A list of <strong>Alert</strong> object for this transaction.</td>\n</tr>\n<tr>\n<td>has_more</td>\n<td>boolean</td>\n<td>Whether there are more alerts matching the filter conditions. If so, you can query the next page.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"alert\">Alert</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>Unique id for the alert.</td>\n</tr>\n<tr>\n<td>tenant_id</td>\n<td>string</td>\n<td>The tenant id</td>\n</tr>\n<tr>\n<td>chain</td>\n<td>string</td>\n<td>chain</td>\n</tr>\n<tr>\n<td>chain_address</td>\n<td>string</td>\n<td>The target address that was exposed to risk</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>number</td>\n<td>The unix timestamp(ms) this transaction take place on chain</td>\n</tr>\n<tr>\n<td>severity</td>\n<td>string</td>\n<td>Severity level of the alert rule defined by user: <code>medium</code>, <code>high</code>, <code>very_high</code></td>\n</tr>\n<tr>\n<td>config_id</td>\n<td>string</td>\n<td>Alert rule id.</td>\n</tr>\n<tr>\n<td>risk_types</td>\n<td>string[]</td>\n<td>A list of general risks.</td>\n</tr>\n<tr>\n<td>action_status</td>\n<td>string</td>\n<td>Action status, e.g. <code>open</code>, <code>under_review</code>, <code>dismissed</code>, <code>escalated_to_investigation_case</code></td>\n</tr>\n<tr>\n<td>monitoring_group_id</td>\n<td>string</td>\n<td>A user defined id for the monitoring group.</td>\n</tr>\n<tr>\n<td>txn_at</td>\n<td>number</td>\n<td>Timestamp of the transaction.</td>\n</tr>\n<tr>\n<td>risk_exposure</td>\n<td>RiskAlertDetails</td>\n<td>Risk alert details</td>\n</tr>\n<tr>\n<td>modified_at</td>\n<td>number</td>\n<td>The last timestamp the action status changed.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"riskalertdetails\">RiskAlertDetails</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>txn_hash</td>\n<td>string</td>\n<td>Transaction hash</td>\n</tr>\n<tr>\n<td>token</td>\n<td>string</td>\n<td>Native token (ex: ETH)</td>\n</tr>\n<tr>\n<td>price</td>\n<td>number</td>\n<td>The token price</td>\n</tr>\n<tr>\n<td>decimal</td>\n<td>number</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>inflow</td>\n<td>number</td>\n<td>USD value inflow to target address</td>\n</tr>\n<tr>\n<td>outflow</td>\n<td>number</td>\n<td>USD value outflow from target address</td>\n</tr>\n<tr>\n<td>target_address_type</td>\n<td>string</td>\n<td>The type of target address</td>\n</tr>\n<tr>\n<td>counterparty_address</td>\n<td>string</td>\n<td>The address of the first address for this risk exposure.</td>\n</tr>\n<tr>\n<td>src_address</td>\n<td>string</td>\n<td>Bad acting address</td>\n</tr>\n<tr>\n<td>path_addresses</td>\n<td>string[]</td>\n<td>List of addresses in the transaction</td>\n</tr>\n<tr>\n<td>path_txns</td>\n<td>string[]</td>\n<td>List of addresses in the transaction hash</td>\n</tr>\n<tr>\n<td>prevuuid</td>\n<td>string</td>\n<td>Previous uuid</td>\n</tr>\n<tr>\n<td>hop</td>\n<td>number</td>\n<td>Number of transaction hop between target address and bad acting address</td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>string</td>\n<td>Unique id for the transaction</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>number</td>\n<td>The amount of dirty money transferred through this risk exposure.</td>\n</tr>\n<tr>\n<td>usd_value</td>\n<td>number</td>\n<td>Historical USD value of the token_amount</td>\n</tr>\n<tr>\n<td>labels</td>\n<td>string</td>\n<td>Stringified label map json</td>\n</tr>\n<tr>\n<td>direction</td>\n<td>string</td>\n<td>Transaction direction</td>\n</tr>\n<tr>\n<td>src_addresslabels</td>\n<td>AddressLabels[]</td>\n<td>Source address labels</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"stringified-label\">Stringified label</h5>\n<p>Stringified label map json is a JSON string, with key as risk type, and value as addressInfo with risk type.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"Mixer\": {\n    \"ADDRESS\": \"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\",\n    \"ADDRESS_TYPE\": \"verified contract\",\n    \"CHAIN\": \"eth\",\n    \"CONFIDENCE_LEVEL\": 100,\n    \"GENERAL\": \"Mixer\",\n    \"ID\": 5443484,\n    \"INSERTED_DATE\": 1698990997,\n    \"LABEL_SOURCE\": \"manual_input:ofac_sdn\",\n    \"NAME\": \"OFAC's Sanction List\",\n    \"RISKTYPE\": \"Mixer\",\n    \"RISKTYPE_UPDATE_TIMESTAMP\": 1712186153,\n    \"SUBTYPE\": \"Tornado_Cash\",\n    \"TIMESTAMP\": 1659916800,\n    \"UPDATE_TIMESTAMP\": 1713161353,\n    \"UUID\": \"9f5ade4e-f02a-4de6-885b-3371615b8ea3\"\n  },\n  \"Sanctioned\": {\n    \"ADDRESS\": \"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\",\n    \"ADDRESS_TYPE\": \"verified contract\",\n    \"CHAIN\": \"eth\",\n    \"CONFIDENCE_LEVEL\": 100,\n    \"GENERAL\": \"Sanctioned\",\n    \"ID\": 5443484,\n    \"INSERTED_DATE\": 1713159369,\n    \"LABEL_SOURCE\": \"manual_input:ofac_sdn\",\n    \"NAME\": \"OFAC:TORNADO CASH\",\n    \"RISKTYPE\": \"Sanctioned\",\n    \"RISKTYPE_UPDATE_TIMESTAMP\": 1712186153,\n    \"SUBTYPE\": \"Sanctioned\",\n    \"TIMESTAMP\": 1669852800,\n    \"UPDATE_TIMESTAMP\": 1713161353,\n    \"UUID\": \"c93fc252-c8a7-4802-81f8-4d42e96bffa1\"\n  }\n}\n\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>{risk_type}</td>\n<td>string</td>\n<td>The type of risk for this risk exposure, eg. <code>Mixer</code>, <code>Sanctioned</code></td>\n</tr>\n<tr>\n<td>ADDRESS</td>\n<td>string</td>\n<td>The name of the risk</td>\n</tr>\n<tr>\n<td>ADDRESS_TYPE</td>\n<td>string</td>\n<td>The address type</td>\n</tr>\n<tr>\n<td>CHAIN</td>\n<td>string</td>\n<td>The chain of the address.</td>\n</tr>\n<tr>\n<td>CONFIDENCE_LEVEL</td>\n<td>string</td>\n<td>The level of confidence</td>\n</tr>\n<tr>\n<td>GENERAL</td>\n<td>string</td>\n<td>The general name</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>string</td>\n<td>The unique id</td>\n</tr>\n<tr>\n<td>INSERTED_DATE</td>\n<td>number</td>\n<td>The unix timestamp, e.g. 1659916800</td>\n</tr>\n<tr>\n<td>LABEL_SOURCE</td>\n<td>string</td>\n<td>Label source, e.g. <code>manual_input:ofac_sdn</code></td>\n</tr>\n<tr>\n<td>NAME</td>\n<td>string</td>\n<td>The risk entity name</td>\n</tr>\n<tr>\n<td>RISKTYPE</td>\n<td>string</td>\n<td>The type of risk for this risk exposure, eg. <code>Mixer</code>, <code>Sanctioned</code></td>\n</tr>\n<tr>\n<td>RISKTYPE_UPDATE_TIMESTAMP</td>\n<td>number</td>\n<td>The unix timestamp, e.g. 1659916800</td>\n</tr>\n<tr>\n<td>SUBTYPE</td>\n<td>string</td>\n<td>The risk entity subtype</td>\n</tr>\n<tr>\n<td>TIMESTAMP</td>\n<td>string</td>\n<td>The unix timestamp, e.g. 1659916800</td>\n</tr>\n<tr>\n<td>UPDATE_TIMESTAMP</td>\n<td>string</td>\n<td>The unix timestamp, e.g. 1659916800</td>\n</tr>\n<tr>\n<td>UUID</td>\n<td>string</td>\n<td>The unique id</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"addresslabels\">AddressLabels</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>risk_type</td>\n<td>string</td>\n<td>The type of risk for this risk exposure</td>\n</tr>\n<tr>\n<td>risk_name</td>\n<td>string</td>\n<td>The name of the risk</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>number</td>\n<td>unix timestamp, e.g. 1650782869</td>\n</tr>\n<tr>\n<td>label_source</td>\n<td>string</td>\n<td>Label source, e.g. <code>CertiK Investigations</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"{{tenant-api-key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3a930aba-c901-47c9-b7ea-be7b8883f8b1","id":"3a930aba-c901-47c9-b7ea-be7b8883f8b1","name":"SkyInsights API V3","type":"collection"}},"urlObject":{"protocol":"https","path":["v3","kyt","alerts"],"host":["api","skyinsights","certik","com"],"query":[],"variable":[]}},"response":[{"id":"97253147-db78-4f59-9a10-76e900b7ffcf","name":"v3/kyt/alerts","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://api.skyinsights.certik.com/v3/kyt/alerts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 May 2024 20:44:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"55774"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"3000"},{"key":"X-RateLimit-Remaining","value":"2999"},{"key":"X-RateLimit-Reset","value":"15"},{"key":"ETag","value":"W/\"d9de-AxtfWfKe051158uA3TEkoPahPN8\""}],"cookie":[],"responseTime":null,"body":"{\n    \"alerts\": [\n        {\n            \"id\": \"e32ad621-99a2-4cd5-bb0d-f767c145bff6\",\n            \"tenant_id\": \"certik\",\n            \"monitoring_group_id\": \"c78fbedb-8110-4b36-9f1c-d150a5395506\",\n            \"customer_id\": \"e8e5a501-7249-49a3-8d23-bdeae1a422c7\",\n            \"chain\": \"eth\",\n            \"chain_address\": \"eth:0x910cbd523d972eb0a6f4cae4618ad62622b39dbf\",\n            \"config_id\": \"6ae129c0-d819-4fee-8951-1e58536495ff\",\n            \"severity\": \"very_high\",\n            \"risk_types\": [\n                \"Sanctioned\"\n            ],\n            \"action_status\": \"open\",\n            \"meta\": null,\n            \"template_type\": \"risk\",\n            \"is_from_api\": null,\n            \"timestamp\": 1716375565681,\n            \"modified_at\": null,\n            \"txn_at\": \"2024-05-22T10:52:35.000Z\",\n            \"risk_exposure\": {\n                \"hop\": 1,\n                \"type\": \"transfer\",\n                \"uuid\": \"0019924945_000011_00003_0_eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b_0\",\n                \"price\": 3674.688441,\n                \"token\": \"ETH\",\n                \"amount\": 10000000000000000000,\n                \"inflow\": 36746.884415,\n                \"labels\": \"{\\n  \\\"Mixer\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Mixer\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1698990997,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC's Sanction List\\\",\\n    \\\"RISKTYPE\\\": \\\"Mixer\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Tornado_Cash\\\",\\n    \\\"TIMESTAMP\\\": 1659916800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"9f5ade4e-f02a-4de6-885b-3371615b8ea3\\\"\\n  },\\n  \\\"Sanctioned\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Sanctioned\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1713159369,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC:TORNADO CASH\\\",\\n    \\\"RISKTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"TIMESTAMP\\\": 1669852800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"c93fc252-c8a7-4802-81f8-4d42e96bffa1\\\"\\n  }\\n}\",\n                \"decimal\": 18,\n                \"outflow\": 0,\n                \"txn_hash\": \"eth:0xdfb8479638271abda19fe575562e8eb29dd0dc6bcc3aabc86a0518a962f4e862\",\n                \"path_txns\": [\n                    \"0xdfb8479638271abda19fe575562e8eb29dd0dc6bcc3aabc86a0518a962f4e862\"\n                ],\n                \"prevuuid\": \"\",\n                \"usd_value\": 36746.884415,\n                \"direction\": \"outflow\",\n                \"src_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\",\n                \"path_addresses\": [\n                    \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n                ],\n                \"src_addresslabels\": [\n                    {\n                        \"risk_name\": \"OFAC:TORNADO CASH\",\n                        \"risk_type\": \"Sanctioned\",\n                        \"timestamp\": 1669852800,\n                        \"label_source\": \"CertiK Investigations\"\n                    }\n                ],\n                \"target_address_type\": \"unknown\",\n                \"counterparty_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n            }\n        },\n        {\n            \"id\": \"da09c38b-0435-442c-9f28-83f1a54044cf\",\n            \"tenant_id\": \"certik\",\n            \"monitoring_group_id\": \"c78fbedb-8110-4b36-9f1c-d150a5395506\",\n            \"customer_id\": \"e8e5a501-7249-49a3-8d23-bdeae1a422c7\",\n            \"chain\": \"eth\",\n            \"chain_address\": \"eth:0x910cbd523d972eb0a6f4cae4618ad62622b39dbf\",\n            \"config_id\": \"e62b9f0c-7eaa-4b44-b9ba-202ae0e0c57c\",\n            \"severity\": \"high\",\n            \"risk_types\": [\n                \"Mixer\"\n            ],\n            \"action_status\": \"open\",\n            \"meta\": null,\n            \"template_type\": \"risk\",\n            \"is_from_api\": null,\n            \"timestamp\": 1716375565681,\n            \"modified_at\": null,\n            \"txn_at\": \"2024-05-22T10:52:35.000Z\",\n            \"risk_exposure\": {\n                \"hop\": 1,\n                \"type\": \"transfer\",\n                \"uuid\": \"0019924945_000011_00003_0_eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b_0\",\n                \"price\": 3674.688441,\n                \"token\": \"ETH\",\n                \"amount\": 10000000000000000000,\n                \"inflow\": 36746.884415,\n                \"labels\": \"{\\n  \\\"Mixer\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Mixer\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1698990997,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC's Sanction List\\\",\\n    \\\"RISKTYPE\\\": \\\"Mixer\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Tornado_Cash\\\",\\n    \\\"TIMESTAMP\\\": 1659916800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"9f5ade4e-f02a-4de6-885b-3371615b8ea3\\\"\\n  },\\n  \\\"Sanctioned\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Sanctioned\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1713159369,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC:TORNADO CASH\\\",\\n    \\\"RISKTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"TIMESTAMP\\\": 1669852800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"c93fc252-c8a7-4802-81f8-4d42e96bffa1\\\"\\n  }\\n}\",\n                \"decimal\": 18,\n                \"outflow\": 0,\n                \"txn_hash\": \"eth:0xdfb8479638271abda19fe575562e8eb29dd0dc6bcc3aabc86a0518a962f4e862\",\n                \"path_txns\": [\n                    \"0xdfb8479638271abda19fe575562e8eb29dd0dc6bcc3aabc86a0518a962f4e862\"\n                ],\n                \"prevuuid\": \"\",\n                \"usd_value\": 36746.884415,\n                \"direction\": \"outflow\",\n                \"src_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\",\n                \"path_addresses\": [\n                    \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n                ],\n                \"src_addresslabels\": [\n                    {\n                        \"risk_name\": \"OFAC's Sanction List\",\n                        \"risk_type\": \"Mixer\",\n                        \"timestamp\": 1659916800,\n                        \"label_source\": \"CertiK Investigations\"\n                    }\n                ],\n                \"target_address_type\": \"unknown\",\n                \"counterparty_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n            }\n        },\n        {\n            \"id\": \"1a80bbd3-6ffe-408e-a290-6508f0d6e9ff\",\n            \"tenant_id\": \"certik\",\n            \"monitoring_group_id\": \"c78fbedb-8110-4b36-9f1c-d150a5395506\",\n            \"customer_id\": \"e8e5a501-7249-49a3-8d23-bdeae1a422c7\",\n            \"chain\": \"eth\",\n            \"chain_address\": \"eth:0x910cbd523d972eb0a6f4cae4618ad62622b39dbf\",\n            \"config_id\": \"dd41a77c-7609-474d-ab0b-ebc892240edd\",\n            \"severity\": \"high\",\n            \"risk_types\": [\n                \"Mixer\",\n                \"Sanctioned\"\n            ],\n            \"action_status\": \"open\",\n            \"meta\": null,\n            \"template_type\": \"risk\",\n            \"is_from_api\": null,\n            \"timestamp\": 1716375565681,\n            \"modified_at\": null,\n            \"txn_at\": \"2024-05-22T10:52:35.000Z\",\n            \"risk_exposure\": {\n                \"hop\": 1,\n                \"type\": \"transfer\",\n                \"uuid\": \"0019924945_000011_00003_0_eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b_0\",\n                \"price\": 3674.688441,\n                \"token\": \"ETH\",\n                \"amount\": 10000000000000000000,\n                \"inflow\": 36746.884415,\n                \"labels\": \"{\\n  \\\"Mixer\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Mixer\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1698990997,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC's Sanction List\\\",\\n    \\\"RISKTYPE\\\": \\\"Mixer\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Tornado_Cash\\\",\\n    \\\"TIMESTAMP\\\": 1659916800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"9f5ade4e-f02a-4de6-885b-3371615b8ea3\\\"\\n  },\\n  \\\"Sanctioned\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Sanctioned\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1713159369,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC:TORNADO CASH\\\",\\n    \\\"RISKTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"TIMESTAMP\\\": 1669852800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"c93fc252-c8a7-4802-81f8-4d42e96bffa1\\\"\\n  }\\n}\",\n                \"decimal\": 18,\n                \"outflow\": 0,\n                \"txn_hash\": \"eth:0xdfb8479638271abda19fe575562e8eb29dd0dc6bcc3aabc86a0518a962f4e862\",\n                \"path_txns\": [\n                    \"0xdfb8479638271abda19fe575562e8eb29dd0dc6bcc3aabc86a0518a962f4e862\"\n                ],\n                \"prevuuid\": \"\",\n                \"usd_value\": 36746.884415,\n                \"direction\": \"outflow\",\n                \"src_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\",\n                \"path_addresses\": [\n                    \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n                ],\n                \"src_addresslabels\": [\n                    {\n                        \"risk_name\": \"OFAC's Sanction List\",\n                        \"risk_type\": \"Mixer\",\n                        \"timestamp\": 1659916800,\n                        \"label_source\": \"CertiK Investigations\"\n                    },\n                    {\n                        \"risk_name\": \"OFAC:TORNADO CASH\",\n                        \"risk_type\": \"Sanctioned\",\n                        \"timestamp\": 1669852800,\n                        \"label_source\": \"CertiK Investigations\"\n                    }\n                ],\n                \"target_address_type\": \"unknown\",\n                \"counterparty_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n            }\n        },\n        {\n            \"id\": \"797a4b98-0d7f-4f4d-ad06-ab7acc2f3668\",\n            \"tenant_id\": \"certik\",\n            \"monitoring_group_id\": \"c78fbedb-8110-4b36-9f1c-d150a5395506\",\n            \"customer_id\": \"e8e5a501-7249-49a3-8d23-bdeae1a422c7\",\n            \"chain\": \"eth\",\n            \"chain_address\": \"eth:0x910cbd523d972eb0a6f4cae4618ad62622b39dbf\",\n            \"config_id\": \"dd41a77c-7609-474d-ab0b-ebc892240edd\",\n            \"severity\": \"high\",\n            \"risk_types\": [\n                \"Mixer\",\n                \"Sanctioned\"\n            ],\n            \"action_status\": \"open\",\n            \"meta\": null,\n            \"template_type\": \"risk\",\n            \"is_from_api\": null,\n            \"timestamp\": 1716366574449,\n            \"modified_at\": null,\n            \"txn_at\": \"2024-05-22T08:22:35.000Z\",\n            \"risk_exposure\": {\n                \"hop\": 1,\n                \"type\": \"transfer\",\n                \"uuid\": \"0019924203_000177_00003_0_eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b_0\",\n                \"price\": 3674.688441,\n                \"token\": \"ETH\",\n                \"amount\": 10000000000000000000,\n                \"inflow\": 36746.884415,\n                \"labels\": \"{\\n  \\\"Mixer\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Mixer\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1698990997,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC's Sanction List\\\",\\n    \\\"RISKTYPE\\\": \\\"Mixer\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Tornado_Cash\\\",\\n    \\\"TIMESTAMP\\\": 1659916800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"9f5ade4e-f02a-4de6-885b-3371615b8ea3\\\"\\n  },\\n  \\\"Sanctioned\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Sanctioned\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1713159369,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC:TORNADO CASH\\\",\\n    \\\"RISKTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"TIMESTAMP\\\": 1669852800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"c93fc252-c8a7-4802-81f8-4d42e96bffa1\\\"\\n  }\\n}\",\n                \"decimal\": 18,\n                \"outflow\": 0,\n                \"txn_hash\": \"eth:0xc22b3223403698814b96ba45d6ee0c18f782c4ea6ff66bce15f833582f49d90d\",\n                \"path_txns\": [\n                    \"0xc22b3223403698814b96ba45d6ee0c18f782c4ea6ff66bce15f833582f49d90d\"\n                ],\n                \"prevuuid\": \"\",\n                \"usd_value\": 36746.884415,\n                \"direction\": \"outflow\",\n                \"src_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\",\n                \"path_addresses\": [\n                    \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n                ],\n                \"src_addresslabels\": [\n                    {\n                        \"risk_name\": \"OFAC's Sanction List\",\n                        \"risk_type\": \"Mixer\",\n                        \"timestamp\": 1659916800,\n                        \"label_source\": \"CertiK Investigations\"\n                    },\n                    {\n                        \"risk_name\": \"OFAC:TORNADO CASH\",\n                        \"risk_type\": \"Sanctioned\",\n                        \"timestamp\": 1669852800,\n                        \"label_source\": \"CertiK Investigations\"\n                    }\n                ],\n                \"target_address_type\": \"unknown\",\n                \"counterparty_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n            }\n        },\n        {\n            \"id\": \"855f5f1c-7d87-465a-8012-eceb284b43ce\",\n            \"tenant_id\": \"certik\",\n            \"monitoring_group_id\": \"c78fbedb-8110-4b36-9f1c-d150a5395506\",\n            \"customer_id\": \"e8e5a501-7249-49a3-8d23-bdeae1a422c7\",\n            \"chain\": \"eth\",\n            \"chain_address\": \"eth:0x910cbd523d972eb0a6f4cae4618ad62622b39dbf\",\n            \"config_id\": \"6ae129c0-d819-4fee-8951-1e58536495ff\",\n            \"severity\": \"very_high\",\n            \"risk_types\": [\n                \"Sanctioned\"\n            ],\n            \"action_status\": \"open\",\n            \"meta\": null,\n            \"template_type\": \"risk\",\n            \"is_from_api\": null,\n            \"timestamp\": 1716366574448,\n            \"modified_at\": null,\n            \"txn_at\": \"2024-05-22T08:22:35.000Z\",\n            \"risk_exposure\": {\n                \"hop\": 1,\n                \"type\": \"transfer\",\n                \"uuid\": \"0019924203_000177_00003_0_eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b_0\",\n                \"price\": 3674.688441,\n                \"token\": \"ETH\",\n                \"amount\": 10000000000000000000,\n                \"inflow\": 36746.884415,\n                \"labels\": \"{\\n  \\\"Mixer\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Mixer\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1698990997,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC's Sanction List\\\",\\n    \\\"RISKTYPE\\\": \\\"Mixer\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Tornado_Cash\\\",\\n    \\\"TIMESTAMP\\\": 1659916800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"9f5ade4e-f02a-4de6-885b-3371615b8ea3\\\"\\n  },\\n  \\\"Sanctioned\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Sanctioned\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1713159369,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC:TORNADO CASH\\\",\\n    \\\"RISKTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"TIMESTAMP\\\": 1669852800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"c93fc252-c8a7-4802-81f8-4d42e96bffa1\\\"\\n  }\\n}\",\n                \"decimal\": 18,\n                \"outflow\": 0,\n                \"txn_hash\": \"eth:0xc22b3223403698814b96ba45d6ee0c18f782c4ea6ff66bce15f833582f49d90d\",\n                \"path_txns\": [\n                    \"0xc22b3223403698814b96ba45d6ee0c18f782c4ea6ff66bce15f833582f49d90d\"\n                ],\n                \"prevuuid\": \"\",\n                \"usd_value\": 36746.884415,\n                \"direction\": \"outflow\",\n                \"src_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\",\n                \"path_addresses\": [\n                    \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n                ],\n                \"src_addresslabels\": [\n                    {\n                        \"risk_name\": \"OFAC:TORNADO CASH\",\n                        \"risk_type\": \"Sanctioned\",\n                        \"timestamp\": 1669852800,\n                        \"label_source\": \"CertiK Investigations\"\n                    }\n                ],\n                \"target_address_type\": \"unknown\",\n                \"counterparty_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n            }\n        },\n        {\n            \"id\": \"43a3d0b7-86b8-436b-adb2-36eefcdb9941\",\n            \"tenant_id\": \"certik\",\n            \"monitoring_group_id\": \"c78fbedb-8110-4b36-9f1c-d150a5395506\",\n            \"customer_id\": \"e8e5a501-7249-49a3-8d23-bdeae1a422c7\",\n            \"chain\": \"eth\",\n            \"chain_address\": \"eth:0x910cbd523d972eb0a6f4cae4618ad62622b39dbf\",\n            \"config_id\": \"e62b9f0c-7eaa-4b44-b9ba-202ae0e0c57c\",\n            \"severity\": \"high\",\n            \"risk_types\": [\n                \"Mixer\"\n            ],\n            \"action_status\": \"open\",\n            \"meta\": null,\n            \"template_type\": \"risk\",\n            \"is_from_api\": null,\n            \"timestamp\": 1716366574448,\n            \"modified_at\": null,\n            \"txn_at\": \"2024-05-22T08:22:35.000Z\",\n            \"risk_exposure\": {\n                \"hop\": 1,\n                \"type\": \"transfer\",\n                \"uuid\": \"0019924203_000177_00003_0_eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b_0\",\n                \"price\": 3674.688441,\n                \"token\": \"ETH\",\n                \"amount\": 10000000000000000000,\n                \"inflow\": 36746.884415,\n                \"labels\": \"{\\n  \\\"Mixer\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Mixer\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1698990997,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC's Sanction List\\\",\\n    \\\"RISKTYPE\\\": \\\"Mixer\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Tornado_Cash\\\",\\n    \\\"TIMESTAMP\\\": 1659916800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"9f5ade4e-f02a-4de6-885b-3371615b8ea3\\\"\\n  },\\n  \\\"Sanctioned\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Sanctioned\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1713159369,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC:TORNADO CASH\\\",\\n    \\\"RISKTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"TIMESTAMP\\\": 1669852800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"c93fc252-c8a7-4802-81f8-4d42e96bffa1\\\"\\n  }\\n}\",\n                \"decimal\": 18,\n                \"outflow\": 0,\n                \"txn_hash\": \"eth:0xc22b3223403698814b96ba45d6ee0c18f782c4ea6ff66bce15f833582f49d90d\",\n                \"path_txns\": [\n                    \"0xc22b3223403698814b96ba45d6ee0c18f782c4ea6ff66bce15f833582f49d90d\"\n                ],\n                \"prevuuid\": \"\",\n                \"usd_value\": 36746.884415,\n                \"direction\": \"outflow\",\n                \"src_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\",\n                \"path_addresses\": [\n                    \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n                ],\n                \"src_addresslabels\": [\n                    {\n                        \"risk_name\": \"OFAC's Sanction List\",\n                        \"risk_type\": \"Mixer\",\n                        \"timestamp\": 1659916800,\n                        \"label_source\": \"CertiK Investigations\"\n                    }\n                ],\n                \"target_address_type\": \"unknown\",\n                \"counterparty_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n            }\n        },\n        {\n            \"id\": \"cefe2acb-f6dd-4eae-88a6-317833a0f85d\",\n            \"tenant_id\": \"certik\",\n            \"monitoring_group_id\": \"c78fbedb-8110-4b36-9f1c-d150a5395506\",\n            \"customer_id\": \"e8e5a501-7249-49a3-8d23-bdeae1a422c7\",\n            \"chain\": \"eth\",\n            \"chain_address\": \"eth:0x910cbd523d972eb0a6f4cae4618ad62622b39dbf\",\n            \"config_id\": \"6ae129c0-d819-4fee-8951-1e58536495ff\",\n            \"severity\": \"very_high\",\n            \"risk_types\": [\n                \"Sanctioned\"\n            ],\n            \"action_status\": \"open\",\n            \"meta\": null,\n            \"template_type\": \"risk\",\n            \"is_from_api\": null,\n            \"timestamp\": 1716366477310,\n            \"modified_at\": null,\n            \"txn_at\": \"2024-05-22T08:21:11.000Z\",\n            \"risk_exposure\": {\n                \"hop\": 1,\n                \"type\": \"transfer\",\n                \"uuid\": \"0019924196_000025_00003_0_eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b_0\",\n                \"price\": 3674.688441,\n                \"token\": \"ETH\",\n                \"amount\": 10000000000000000000,\n                \"inflow\": 36746.884415,\n                \"labels\": \"{\\n  \\\"Mixer\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Mixer\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1698990997,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC's Sanction List\\\",\\n    \\\"RISKTYPE\\\": \\\"Mixer\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Tornado_Cash\\\",\\n    \\\"TIMESTAMP\\\": 1659916800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"9f5ade4e-f02a-4de6-885b-3371615b8ea3\\\"\\n  },\\n  \\\"Sanctioned\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Sanctioned\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1713159369,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC:TORNADO CASH\\\",\\n    \\\"RISKTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"TIMESTAMP\\\": 1669852800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"c93fc252-c8a7-4802-81f8-4d42e96bffa1\\\"\\n  }\\n}\",\n                \"decimal\": 18,\n                \"outflow\": 0,\n                \"txn_hash\": \"eth:0xd44c1f1fb9a467cdcc9da7950736df1a1346721a8ec1dfaba97c92e93638e5e8\",\n                \"path_txns\": [\n                    \"0xd44c1f1fb9a467cdcc9da7950736df1a1346721a8ec1dfaba97c92e93638e5e8\"\n                ],\n                \"prevuuid\": \"\",\n                \"usd_value\": 36746.884415,\n                \"direction\": \"outflow\",\n                \"src_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\",\n                \"path_addresses\": [\n                    \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n                ],\n                \"src_addresslabels\": [\n                    {\n                        \"risk_name\": \"OFAC:TORNADO CASH\",\n                        \"risk_type\": \"Sanctioned\",\n                        \"timestamp\": 1669852800,\n                        \"label_source\": \"CertiK Investigations\"\n                    }\n                ],\n                \"target_address_type\": \"unknown\",\n                \"counterparty_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n            }\n        },\n        {\n            \"id\": \"205c2d94-521f-4cc3-9a9e-3e19c50b9d36\",\n            \"tenant_id\": \"certik\",\n            \"monitoring_group_id\": \"c78fbedb-8110-4b36-9f1c-d150a5395506\",\n            \"customer_id\": \"e8e5a501-7249-49a3-8d23-bdeae1a422c7\",\n            \"chain\": \"eth\",\n            \"chain_address\": \"eth:0x910cbd523d972eb0a6f4cae4618ad62622b39dbf\",\n            \"config_id\": \"e62b9f0c-7eaa-4b44-b9ba-202ae0e0c57c\",\n            \"severity\": \"high\",\n            \"risk_types\": [\n                \"Mixer\"\n            ],\n            \"action_status\": \"open\",\n            \"meta\": null,\n            \"template_type\": \"risk\",\n            \"is_from_api\": null,\n            \"timestamp\": 1716366477310,\n            \"modified_at\": null,\n            \"txn_at\": \"2024-05-22T08:21:11.000Z\",\n            \"risk_exposure\": {\n                \"hop\": 1,\n                \"type\": \"transfer\",\n                \"uuid\": \"0019924196_000025_00003_0_eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b_0\",\n                \"price\": 3674.688441,\n                \"token\": \"ETH\",\n                \"amount\": 10000000000000000000,\n                \"inflow\": 36746.884415,\n                \"labels\": \"{\\n  \\\"Mixer\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Mixer\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1698990997,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC's Sanction List\\\",\\n    \\\"RISKTYPE\\\": \\\"Mixer\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Tornado_Cash\\\",\\n    \\\"TIMESTAMP\\\": 1659916800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"9f5ade4e-f02a-4de6-885b-3371615b8ea3\\\"\\n  },\\n  \\\"Sanctioned\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Sanctioned\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1713159369,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC:TORNADO CASH\\\",\\n    \\\"RISKTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"TIMESTAMP\\\": 1669852800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"c93fc252-c8a7-4802-81f8-4d42e96bffa1\\\"\\n  }\\n}\",\n                \"decimal\": 18,\n                \"outflow\": 0,\n                \"txn_hash\": \"eth:0xd44c1f1fb9a467cdcc9da7950736df1a1346721a8ec1dfaba97c92e93638e5e8\",\n                \"path_txns\": [\n                    \"0xd44c1f1fb9a467cdcc9da7950736df1a1346721a8ec1dfaba97c92e93638e5e8\"\n                ],\n                \"prevuuid\": \"\",\n                \"usd_value\": 36746.884415,\n                \"direction\": \"outflow\",\n                \"src_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\",\n                \"path_addresses\": [\n                    \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n                ],\n                \"src_addresslabels\": [\n                    {\n                        \"risk_name\": \"OFAC's Sanction List\",\n                        \"risk_type\": \"Mixer\",\n                        \"timestamp\": 1659916800,\n                        \"label_source\": \"CertiK Investigations\"\n                    }\n                ],\n                \"target_address_type\": \"unknown\",\n                \"counterparty_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n            }\n        },\n        {\n            \"id\": \"85edba84-d0f5-4b8a-802a-6a57ea75b56e\",\n            \"tenant_id\": \"certik\",\n            \"monitoring_group_id\": \"c78fbedb-8110-4b36-9f1c-d150a5395506\",\n            \"customer_id\": \"e8e5a501-7249-49a3-8d23-bdeae1a422c7\",\n            \"chain\": \"eth\",\n            \"chain_address\": \"eth:0x910cbd523d972eb0a6f4cae4618ad62622b39dbf\",\n            \"config_id\": \"dd41a77c-7609-474d-ab0b-ebc892240edd\",\n            \"severity\": \"high\",\n            \"risk_types\": [\n                \"Mixer\",\n                \"Sanctioned\"\n            ],\n            \"action_status\": \"open\",\n            \"meta\": null,\n            \"template_type\": \"risk\",\n            \"is_from_api\": null,\n            \"timestamp\": 1716366477310,\n            \"modified_at\": null,\n            \"txn_at\": \"2024-05-22T08:21:11.000Z\",\n            \"risk_exposure\": {\n                \"hop\": 1,\n                \"type\": \"transfer\",\n                \"uuid\": \"0019924196_000025_00003_0_eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b_0\",\n                \"price\": 3674.688441,\n                \"token\": \"ETH\",\n                \"amount\": 10000000000000000000,\n                \"inflow\": 36746.884415,\n                \"labels\": \"{\\n  \\\"Mixer\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Mixer\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1698990997,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC's Sanction List\\\",\\n    \\\"RISKTYPE\\\": \\\"Mixer\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Tornado_Cash\\\",\\n    \\\"TIMESTAMP\\\": 1659916800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"9f5ade4e-f02a-4de6-885b-3371615b8ea3\\\"\\n  },\\n  \\\"Sanctioned\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Sanctioned\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1713159369,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC:TORNADO CASH\\\",\\n    \\\"RISKTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"TIMESTAMP\\\": 1669852800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"c93fc252-c8a7-4802-81f8-4d42e96bffa1\\\"\\n  }\\n}\",\n                \"decimal\": 18,\n                \"outflow\": 0,\n                \"txn_hash\": \"eth:0xd44c1f1fb9a467cdcc9da7950736df1a1346721a8ec1dfaba97c92e93638e5e8\",\n                \"path_txns\": [\n                    \"0xd44c1f1fb9a467cdcc9da7950736df1a1346721a8ec1dfaba97c92e93638e5e8\"\n                ],\n                \"prevuuid\": \"\",\n                \"usd_value\": 36746.884415,\n                \"direction\": \"outflow\",\n                \"src_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\",\n                \"path_addresses\": [\n                    \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n                ],\n                \"src_addresslabels\": [\n                    {\n                        \"risk_name\": \"OFAC's Sanction List\",\n                        \"risk_type\": \"Mixer\",\n                        \"timestamp\": 1659916800,\n                        \"label_source\": \"CertiK Investigations\"\n                    },\n                    {\n                        \"risk_name\": \"OFAC:TORNADO CASH\",\n                        \"risk_type\": \"Sanctioned\",\n                        \"timestamp\": 1669852800,\n                        \"label_source\": \"CertiK Investigations\"\n                    }\n                ],\n                \"target_address_type\": \"unknown\",\n                \"counterparty_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n            }\n        },\n        {\n            \"id\": \"2e292e65-b7bd-45a8-9590-e6c5f15a894e\",\n            \"tenant_id\": \"certik\",\n            \"monitoring_group_id\": \"c78fbedb-8110-4b36-9f1c-d150a5395506\",\n            \"customer_id\": \"e8e5a501-7249-49a3-8d23-bdeae1a422c7\",\n            \"chain\": \"eth\",\n            \"chain_address\": \"eth:0x910cbd523d972eb0a6f4cae4618ad62622b39dbf\",\n            \"config_id\": \"6ae129c0-d819-4fee-8951-1e58536495ff\",\n            \"severity\": \"very_high\",\n            \"risk_types\": [\n                \"Sanctioned\"\n            ],\n            \"action_status\": \"open\",\n            \"meta\": null,\n            \"template_type\": \"risk\",\n            \"is_from_api\": null,\n            \"timestamp\": 1716366422811,\n            \"modified_at\": null,\n            \"txn_at\": \"2024-05-22T08:20:11.000Z\",\n            \"risk_exposure\": {\n                \"hop\": 1,\n                \"type\": \"transfer\",\n                \"uuid\": \"0019924191_000013_00003_0_eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b_0\",\n                \"price\": 3674.688441,\n                \"token\": \"ETH\",\n                \"amount\": 10000000000000000000,\n                \"inflow\": 36746.884415,\n                \"labels\": \"{\\n  \\\"Mixer\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Mixer\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1698990997,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC's Sanction List\\\",\\n    \\\"RISKTYPE\\\": \\\"Mixer\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Tornado_Cash\\\",\\n    \\\"TIMESTAMP\\\": 1659916800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"9f5ade4e-f02a-4de6-885b-3371615b8ea3\\\"\\n  },\\n  \\\"Sanctioned\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Sanctioned\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1713159369,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC:TORNADO CASH\\\",\\n    \\\"RISKTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"TIMESTAMP\\\": 1669852800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"c93fc252-c8a7-4802-81f8-4d42e96bffa1\\\"\\n  }\\n}\",\n                \"decimal\": 18,\n                \"outflow\": 0,\n                \"txn_hash\": \"eth:0x7676268cd9473e32962e9cad09427667aca36cfc3bae304d8f7a37a4f5a14a60\",\n                \"path_txns\": [\n                    \"0x7676268cd9473e32962e9cad09427667aca36cfc3bae304d8f7a37a4f5a14a60\"\n                ],\n                \"prevuuid\": \"\",\n                \"usd_value\": 36746.884415,\n                \"direction\": \"outflow\",\n                \"src_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\",\n                \"path_addresses\": [\n                    \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n                ],\n                \"src_addresslabels\": [\n                    {\n                        \"risk_name\": \"OFAC:TORNADO CASH\",\n                        \"risk_type\": \"Sanctioned\",\n                        \"timestamp\": 1669852800,\n                        \"label_source\": \"CertiK Investigations\"\n                    }\n                ],\n                \"target_address_type\": \"unknown\",\n                \"counterparty_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n            }\n        },\n        {\n            \"id\": \"9758b773-d46f-4d58-8a72-12e75b1521e8\",\n            \"tenant_id\": \"certik\",\n            \"monitoring_group_id\": \"c78fbedb-8110-4b36-9f1c-d150a5395506\",\n            \"customer_id\": \"e8e5a501-7249-49a3-8d23-bdeae1a422c7\",\n            \"chain\": \"eth\",\n            \"chain_address\": \"eth:0x910cbd523d972eb0a6f4cae4618ad62622b39dbf\",\n            \"config_id\": \"e62b9f0c-7eaa-4b44-b9ba-202ae0e0c57c\",\n            \"severity\": \"high\",\n            \"risk_types\": [\n                \"Mixer\"\n            ],\n            \"action_status\": \"open\",\n            \"meta\": null,\n            \"template_type\": \"risk\",\n            \"is_from_api\": null,\n            \"timestamp\": 1716366422811,\n            \"modified_at\": null,\n            \"txn_at\": \"2024-05-22T08:20:11.000Z\",\n            \"risk_exposure\": {\n                \"hop\": 1,\n                \"type\": \"transfer\",\n                \"uuid\": \"0019924191_000013_00003_0_eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b_0\",\n                \"price\": 3674.688441,\n                \"token\": \"ETH\",\n                \"amount\": 10000000000000000000,\n                \"inflow\": 36746.884415,\n                \"labels\": \"{\\n  \\\"Mixer\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Mixer\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1698990997,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC's Sanction List\\\",\\n    \\\"RISKTYPE\\\": \\\"Mixer\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Tornado_Cash\\\",\\n    \\\"TIMESTAMP\\\": 1659916800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"9f5ade4e-f02a-4de6-885b-3371615b8ea3\\\"\\n  },\\n  \\\"Sanctioned\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Sanctioned\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1713159369,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC:TORNADO CASH\\\",\\n    \\\"RISKTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"TIMESTAMP\\\": 1669852800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"c93fc252-c8a7-4802-81f8-4d42e96bffa1\\\"\\n  }\\n}\",\n                \"decimal\": 18,\n                \"outflow\": 0,\n                \"txn_hash\": \"eth:0x7676268cd9473e32962e9cad09427667aca36cfc3bae304d8f7a37a4f5a14a60\",\n                \"path_txns\": [\n                    \"0x7676268cd9473e32962e9cad09427667aca36cfc3bae304d8f7a37a4f5a14a60\"\n                ],\n                \"prevuuid\": \"\",\n                \"usd_value\": 36746.884415,\n                \"direction\": \"outflow\",\n                \"src_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\",\n                \"path_addresses\": [\n                    \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n                ],\n                \"src_addresslabels\": [\n                    {\n                        \"risk_name\": \"OFAC's Sanction List\",\n                        \"risk_type\": \"Mixer\",\n                        \"timestamp\": 1659916800,\n                        \"label_source\": \"CertiK Investigations\"\n                    }\n                ],\n                \"target_address_type\": \"unknown\",\n                \"counterparty_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n            }\n        },\n        {\n            \"id\": \"5ca8d19d-6293-4120-989e-910429bb42a4\",\n            \"tenant_id\": \"certik\",\n            \"monitoring_group_id\": \"c78fbedb-8110-4b36-9f1c-d150a5395506\",\n            \"customer_id\": \"e8e5a501-7249-49a3-8d23-bdeae1a422c7\",\n            \"chain\": \"eth\",\n            \"chain_address\": \"eth:0x910cbd523d972eb0a6f4cae4618ad62622b39dbf\",\n            \"config_id\": \"dd41a77c-7609-474d-ab0b-ebc892240edd\",\n            \"severity\": \"high\",\n            \"risk_types\": [\n                \"Mixer\",\n                \"Sanctioned\"\n            ],\n            \"action_status\": \"open\",\n            \"meta\": null,\n            \"template_type\": \"risk\",\n            \"is_from_api\": null,\n            \"timestamp\": 1716366422811,\n            \"modified_at\": null,\n            \"txn_at\": \"2024-05-22T08:20:11.000Z\",\n            \"risk_exposure\": {\n                \"hop\": 1,\n                \"type\": \"transfer\",\n                \"uuid\": \"0019924191_000013_00003_0_eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b_0\",\n                \"price\": 3674.688441,\n                \"token\": \"ETH\",\n                \"amount\": 10000000000000000000,\n                \"inflow\": 36746.884415,\n                \"labels\": \"{\\n  \\\"Mixer\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Mixer\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1698990997,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC's Sanction List\\\",\\n    \\\"RISKTYPE\\\": \\\"Mixer\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Tornado_Cash\\\",\\n    \\\"TIMESTAMP\\\": 1659916800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"9f5ade4e-f02a-4de6-885b-3371615b8ea3\\\"\\n  },\\n  \\\"Sanctioned\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Sanctioned\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1713159369,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC:TORNADO CASH\\\",\\n    \\\"RISKTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"TIMESTAMP\\\": 1669852800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"c93fc252-c8a7-4802-81f8-4d42e96bffa1\\\"\\n  }\\n}\",\n                \"decimal\": 18,\n                \"outflow\": 0,\n                \"txn_hash\": \"eth:0x7676268cd9473e32962e9cad09427667aca36cfc3bae304d8f7a37a4f5a14a60\",\n                \"path_txns\": [\n                    \"0x7676268cd9473e32962e9cad09427667aca36cfc3bae304d8f7a37a4f5a14a60\"\n                ],\n                \"prevuuid\": \"\",\n                \"usd_value\": 36746.884415,\n                \"direction\": \"outflow\",\n                \"src_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\",\n                \"path_addresses\": [\n                    \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n                ],\n                \"src_addresslabels\": [\n                    {\n                        \"risk_name\": \"OFAC's Sanction List\",\n                        \"risk_type\": \"Mixer\",\n                        \"timestamp\": 1659916800,\n                        \"label_source\": \"CertiK Investigations\"\n                    },\n                    {\n                        \"risk_name\": \"OFAC:TORNADO CASH\",\n                        \"risk_type\": \"Sanctioned\",\n                        \"timestamp\": 1669852800,\n                        \"label_source\": \"CertiK Investigations\"\n                    }\n                ],\n                \"target_address_type\": \"unknown\",\n                \"counterparty_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n            }\n        },\n        {\n            \"id\": \"eb9925f9-1cd2-4975-9c35-0db7348f5881\",\n            \"tenant_id\": \"certik\",\n            \"monitoring_group_id\": \"c78fbedb-8110-4b36-9f1c-d150a5395506\",\n            \"customer_id\": \"e8e5a501-7249-49a3-8d23-bdeae1a422c7\",\n            \"chain\": \"eth\",\n            \"chain_address\": \"eth:0x910cbd523d972eb0a6f4cae4618ad62622b39dbf\",\n            \"config_id\": \"e62b9f0c-7eaa-4b44-b9ba-202ae0e0c57c\",\n            \"severity\": \"high\",\n            \"risk_types\": [\n                \"Mixer\"\n            ],\n            \"action_status\": \"open\",\n            \"meta\": null,\n            \"template_type\": \"risk\",\n            \"is_from_api\": null,\n            \"timestamp\": 1716366352686,\n            \"modified_at\": null,\n            \"txn_at\": \"2024-05-22T08:18:59.000Z\",\n            \"risk_exposure\": {\n                \"hop\": 1,\n                \"type\": \"transfer\",\n                \"uuid\": \"0019924185_000008_00003_0_eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b_0\",\n                \"price\": 3674.688441,\n                \"token\": \"ETH\",\n                \"amount\": 10000000000000000000,\n                \"inflow\": 36746.884415,\n                \"labels\": \"{\\n  \\\"Mixer\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Mixer\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1698990997,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC's Sanction List\\\",\\n    \\\"RISKTYPE\\\": \\\"Mixer\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Tornado_Cash\\\",\\n    \\\"TIMESTAMP\\\": 1659916800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"9f5ade4e-f02a-4de6-885b-3371615b8ea3\\\"\\n  },\\n  \\\"Sanctioned\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Sanctioned\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1713159369,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC:TORNADO CASH\\\",\\n    \\\"RISKTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"TIMESTAMP\\\": 1669852800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"c93fc252-c8a7-4802-81f8-4d42e96bffa1\\\"\\n  }\\n}\",\n                \"decimal\": 18,\n                \"outflow\": 0,\n                \"txn_hash\": \"eth:0x50453eecf3be86fbd78b1703b09e74be57a63c63fc8a3302942f65bbb9b0f601\",\n                \"path_txns\": [\n                    \"0x50453eecf3be86fbd78b1703b09e74be57a63c63fc8a3302942f65bbb9b0f601\"\n                ],\n                \"prevuuid\": \"\",\n                \"usd_value\": 36746.884415,\n                \"direction\": \"outflow\",\n                \"src_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\",\n                \"path_addresses\": [\n                    \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n                ],\n                \"src_addresslabels\": [\n                    {\n                        \"risk_name\": \"OFAC's Sanction List\",\n                        \"risk_type\": \"Mixer\",\n                        \"timestamp\": 1659916800,\n                        \"label_source\": \"CertiK Investigations\"\n                    }\n                ],\n                \"target_address_type\": \"unknown\",\n                \"counterparty_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n            }\n        },\n        {\n            \"id\": \"08e2ad7a-3e31-4023-a36d-73fb440acd74\",\n            \"tenant_id\": \"certik\",\n            \"monitoring_group_id\": \"c78fbedb-8110-4b36-9f1c-d150a5395506\",\n            \"customer_id\": \"e8e5a501-7249-49a3-8d23-bdeae1a422c7\",\n            \"chain\": \"eth\",\n            \"chain_address\": \"eth:0x910cbd523d972eb0a6f4cae4618ad62622b39dbf\",\n            \"config_id\": \"dd41a77c-7609-474d-ab0b-ebc892240edd\",\n            \"severity\": \"high\",\n            \"risk_types\": [\n                \"Mixer\",\n                \"Sanctioned\"\n            ],\n            \"action_status\": \"open\",\n            \"meta\": null,\n            \"template_type\": \"risk\",\n            \"is_from_api\": null,\n            \"timestamp\": 1716366352686,\n            \"modified_at\": null,\n            \"txn_at\": \"2024-05-22T08:18:59.000Z\",\n            \"risk_exposure\": {\n                \"hop\": 1,\n                \"type\": \"transfer\",\n                \"uuid\": \"0019924185_000008_00003_0_eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b_0\",\n                \"price\": 3674.688441,\n                \"token\": \"ETH\",\n                \"amount\": 10000000000000000000,\n                \"inflow\": 36746.884415,\n                \"labels\": \"{\\n  \\\"Mixer\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Mixer\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1698990997,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC's Sanction List\\\",\\n    \\\"RISKTYPE\\\": \\\"Mixer\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Tornado_Cash\\\",\\n    \\\"TIMESTAMP\\\": 1659916800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"9f5ade4e-f02a-4de6-885b-3371615b8ea3\\\"\\n  },\\n  \\\"Sanctioned\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Sanctioned\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1713159369,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC:TORNADO CASH\\\",\\n    \\\"RISKTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"TIMESTAMP\\\": 1669852800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"c93fc252-c8a7-4802-81f8-4d42e96bffa1\\\"\\n  }\\n}\",\n                \"decimal\": 18,\n                \"outflow\": 0,\n                \"txn_hash\": \"eth:0x50453eecf3be86fbd78b1703b09e74be57a63c63fc8a3302942f65bbb9b0f601\",\n                \"path_txns\": [\n                    \"0x50453eecf3be86fbd78b1703b09e74be57a63c63fc8a3302942f65bbb9b0f601\"\n                ],\n                \"prevuuid\": \"\",\n                \"usd_value\": 36746.884415,\n                \"direction\": \"outflow\",\n                \"src_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\",\n                \"path_addresses\": [\n                    \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n                ],\n                \"src_addresslabels\": [\n                    {\n                        \"risk_name\": \"OFAC's Sanction List\",\n                        \"risk_type\": \"Mixer\",\n                        \"timestamp\": 1659916800,\n                        \"label_source\": \"CertiK Investigations\"\n                    },\n                    {\n                        \"risk_name\": \"OFAC:TORNADO CASH\",\n                        \"risk_type\": \"Sanctioned\",\n                        \"timestamp\": 1669852800,\n                        \"label_source\": \"CertiK Investigations\"\n                    }\n                ],\n                \"target_address_type\": \"unknown\",\n                \"counterparty_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n            }\n        },\n        {\n            \"id\": \"cd720a0b-645c-4f6f-8dd0-08aa155f111d\",\n            \"tenant_id\": \"certik\",\n            \"monitoring_group_id\": \"c78fbedb-8110-4b36-9f1c-d150a5395506\",\n            \"customer_id\": \"e8e5a501-7249-49a3-8d23-bdeae1a422c7\",\n            \"chain\": \"eth\",\n            \"chain_address\": \"eth:0x910cbd523d972eb0a6f4cae4618ad62622b39dbf\",\n            \"config_id\": \"6ae129c0-d819-4fee-8951-1e58536495ff\",\n            \"severity\": \"very_high\",\n            \"risk_types\": [\n                \"Sanctioned\"\n            ],\n            \"action_status\": \"open\",\n            \"meta\": null,\n            \"template_type\": \"risk\",\n            \"is_from_api\": null,\n            \"timestamp\": 1716366352685,\n            \"modified_at\": null,\n            \"txn_at\": \"2024-05-22T08:18:59.000Z\",\n            \"risk_exposure\": {\n                \"hop\": 1,\n                \"type\": \"transfer\",\n                \"uuid\": \"0019924185_000008_00003_0_eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b_0\",\n                \"price\": 3674.688441,\n                \"token\": \"ETH\",\n                \"amount\": 10000000000000000000,\n                \"inflow\": 36746.884415,\n                \"labels\": \"{\\n  \\\"Mixer\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Mixer\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1698990997,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC's Sanction List\\\",\\n    \\\"RISKTYPE\\\": \\\"Mixer\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Tornado_Cash\\\",\\n    \\\"TIMESTAMP\\\": 1659916800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"9f5ade4e-f02a-4de6-885b-3371615b8ea3\\\"\\n  },\\n  \\\"Sanctioned\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Sanctioned\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1713159369,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC:TORNADO CASH\\\",\\n    \\\"RISKTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"TIMESTAMP\\\": 1669852800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"c93fc252-c8a7-4802-81f8-4d42e96bffa1\\\"\\n  }\\n}\",\n                \"decimal\": 18,\n                \"outflow\": 0,\n                \"txn_hash\": \"eth:0x50453eecf3be86fbd78b1703b09e74be57a63c63fc8a3302942f65bbb9b0f601\",\n                \"path_txns\": [\n                    \"0x50453eecf3be86fbd78b1703b09e74be57a63c63fc8a3302942f65bbb9b0f601\"\n                ],\n                \"prevuuid\": \"\",\n                \"usd_value\": 36746.884415,\n                \"direction\": \"outflow\",\n                \"src_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\",\n                \"path_addresses\": [\n                    \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n                ],\n                \"src_addresslabels\": [\n                    {\n                        \"risk_name\": \"OFAC:TORNADO CASH\",\n                        \"risk_type\": \"Sanctioned\",\n                        \"timestamp\": 1669852800,\n                        \"label_source\": \"CertiK Investigations\"\n                    }\n                ],\n                \"target_address_type\": \"unknown\",\n                \"counterparty_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n            }\n        },\n        {\n            \"id\": \"3cce2110-9af0-4af0-a8b9-83195136497f\",\n            \"tenant_id\": \"certik\",\n            \"monitoring_group_id\": \"c78fbedb-8110-4b36-9f1c-d150a5395506\",\n            \"customer_id\": \"e8e5a501-7249-49a3-8d23-bdeae1a422c7\",\n            \"chain\": \"eth\",\n            \"chain_address\": \"eth:0x910cbd523d972eb0a6f4cae4618ad62622b39dbf\",\n            \"config_id\": \"dd41a77c-7609-474d-ab0b-ebc892240edd\",\n            \"severity\": \"high\",\n            \"risk_types\": [\n                \"Mixer\",\n                \"Sanctioned\"\n            ],\n            \"action_status\": \"open\",\n            \"meta\": null,\n            \"template_type\": \"risk\",\n            \"is_from_api\": null,\n            \"timestamp\": 1716366243440,\n            \"modified_at\": null,\n            \"txn_at\": \"2024-05-22T08:17:11.000Z\",\n            \"risk_exposure\": {\n                \"hop\": 1,\n                \"type\": \"transfer\",\n                \"uuid\": \"0019924176_000166_00003_0_eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b_0\",\n                \"price\": 3674.688441,\n                \"token\": \"ETH\",\n                \"amount\": 10000000000000000000,\n                \"inflow\": 36746.884415,\n                \"labels\": \"{\\n  \\\"Mixer\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Mixer\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1698990997,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC's Sanction List\\\",\\n    \\\"RISKTYPE\\\": \\\"Mixer\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Tornado_Cash\\\",\\n    \\\"TIMESTAMP\\\": 1659916800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"9f5ade4e-f02a-4de6-885b-3371615b8ea3\\\"\\n  },\\n  \\\"Sanctioned\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Sanctioned\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1713159369,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC:TORNADO CASH\\\",\\n    \\\"RISKTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"TIMESTAMP\\\": 1669852800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"c93fc252-c8a7-4802-81f8-4d42e96bffa1\\\"\\n  }\\n}\",\n                \"decimal\": 18,\n                \"outflow\": 0,\n                \"txn_hash\": \"eth:0x0b95667045c6133aad44ac75729440fd77f26ba07f18d528e17201a871ca7198\",\n                \"path_txns\": [\n                    \"0x0b95667045c6133aad44ac75729440fd77f26ba07f18d528e17201a871ca7198\"\n                ],\n                \"prevuuid\": \"\",\n                \"usd_value\": 36746.884415,\n                \"direction\": \"outflow\",\n                \"src_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\",\n                \"path_addresses\": [\n                    \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n                ],\n                \"src_addresslabels\": [\n                    {\n                        \"risk_name\": \"OFAC's Sanction List\",\n                        \"risk_type\": \"Mixer\",\n                        \"timestamp\": 1659916800,\n                        \"label_source\": \"CertiK Investigations\"\n                    },\n                    {\n                        \"risk_name\": \"OFAC:TORNADO CASH\",\n                        \"risk_type\": \"Sanctioned\",\n                        \"timestamp\": 1669852800,\n                        \"label_source\": \"CertiK Investigations\"\n                    }\n                ],\n                \"target_address_type\": \"unknown\",\n                \"counterparty_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n            }\n        },\n        {\n            \"id\": \"c0976fef-e731-4ca7-861a-5e8fe303f0fc\",\n            \"tenant_id\": \"certik\",\n            \"monitoring_group_id\": \"c78fbedb-8110-4b36-9f1c-d150a5395506\",\n            \"customer_id\": \"e8e5a501-7249-49a3-8d23-bdeae1a422c7\",\n            \"chain\": \"eth\",\n            \"chain_address\": \"eth:0x910cbd523d972eb0a6f4cae4618ad62622b39dbf\",\n            \"config_id\": \"6ae129c0-d819-4fee-8951-1e58536495ff\",\n            \"severity\": \"very_high\",\n            \"risk_types\": [\n                \"Sanctioned\"\n            ],\n            \"action_status\": \"open\",\n            \"meta\": null,\n            \"template_type\": \"risk\",\n            \"is_from_api\": null,\n            \"timestamp\": 1716366243439,\n            \"modified_at\": null,\n            \"txn_at\": \"2024-05-22T08:17:11.000Z\",\n            \"risk_exposure\": {\n                \"hop\": 1,\n                \"type\": \"transfer\",\n                \"uuid\": \"0019924176_000166_00003_0_eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b_0\",\n                \"price\": 3674.688441,\n                \"token\": \"ETH\",\n                \"amount\": 10000000000000000000,\n                \"inflow\": 36746.884415,\n                \"labels\": \"{\\n  \\\"Mixer\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Mixer\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1698990997,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC's Sanction List\\\",\\n    \\\"RISKTYPE\\\": \\\"Mixer\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Tornado_Cash\\\",\\n    \\\"TIMESTAMP\\\": 1659916800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"9f5ade4e-f02a-4de6-885b-3371615b8ea3\\\"\\n  },\\n  \\\"Sanctioned\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Sanctioned\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1713159369,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC:TORNADO CASH\\\",\\n    \\\"RISKTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"TIMESTAMP\\\": 1669852800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"c93fc252-c8a7-4802-81f8-4d42e96bffa1\\\"\\n  }\\n}\",\n                \"decimal\": 18,\n                \"outflow\": 0,\n                \"txn_hash\": \"eth:0x0b95667045c6133aad44ac75729440fd77f26ba07f18d528e17201a871ca7198\",\n                \"path_txns\": [\n                    \"0x0b95667045c6133aad44ac75729440fd77f26ba07f18d528e17201a871ca7198\"\n                ],\n                \"prevuuid\": \"\",\n                \"usd_value\": 36746.884415,\n                \"direction\": \"outflow\",\n                \"src_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\",\n                \"path_addresses\": [\n                    \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n                ],\n                \"src_addresslabels\": [\n                    {\n                        \"risk_name\": \"OFAC:TORNADO CASH\",\n                        \"risk_type\": \"Sanctioned\",\n                        \"timestamp\": 1669852800,\n                        \"label_source\": \"CertiK Investigations\"\n                    }\n                ],\n                \"target_address_type\": \"unknown\",\n                \"counterparty_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n            }\n        },\n        {\n            \"id\": \"34ad721b-ccdc-4f3b-af60-94f3f776923e\",\n            \"tenant_id\": \"certik\",\n            \"monitoring_group_id\": \"c78fbedb-8110-4b36-9f1c-d150a5395506\",\n            \"customer_id\": \"e8e5a501-7249-49a3-8d23-bdeae1a422c7\",\n            \"chain\": \"eth\",\n            \"chain_address\": \"eth:0x910cbd523d972eb0a6f4cae4618ad62622b39dbf\",\n            \"config_id\": \"e62b9f0c-7eaa-4b44-b9ba-202ae0e0c57c\",\n            \"severity\": \"high\",\n            \"risk_types\": [\n                \"Mixer\"\n            ],\n            \"action_status\": \"open\",\n            \"meta\": null,\n            \"template_type\": \"risk\",\n            \"is_from_api\": null,\n            \"timestamp\": 1716366243439,\n            \"modified_at\": null,\n            \"txn_at\": \"2024-05-22T08:17:11.000Z\",\n            \"risk_exposure\": {\n                \"hop\": 1,\n                \"type\": \"transfer\",\n                \"uuid\": \"0019924176_000166_00003_0_eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b_0\",\n                \"price\": 3674.688441,\n                \"token\": \"ETH\",\n                \"amount\": 10000000000000000000,\n                \"inflow\": 36746.884415,\n                \"labels\": \"{\\n  \\\"Mixer\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Mixer\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1698990997,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC's Sanction List\\\",\\n    \\\"RISKTYPE\\\": \\\"Mixer\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Tornado_Cash\\\",\\n    \\\"TIMESTAMP\\\": 1659916800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"9f5ade4e-f02a-4de6-885b-3371615b8ea3\\\"\\n  },\\n  \\\"Sanctioned\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Sanctioned\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1713159369,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC:TORNADO CASH\\\",\\n    \\\"RISKTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"TIMESTAMP\\\": 1669852800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"c93fc252-c8a7-4802-81f8-4d42e96bffa1\\\"\\n  }\\n}\",\n                \"decimal\": 18,\n                \"outflow\": 0,\n                \"txn_hash\": \"eth:0x0b95667045c6133aad44ac75729440fd77f26ba07f18d528e17201a871ca7198\",\n                \"path_txns\": [\n                    \"0x0b95667045c6133aad44ac75729440fd77f26ba07f18d528e17201a871ca7198\"\n                ],\n                \"prevuuid\": \"\",\n                \"usd_value\": 36746.884415,\n                \"direction\": \"outflow\",\n                \"src_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\",\n                \"path_addresses\": [\n                    \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n                ],\n                \"src_addresslabels\": [\n                    {\n                        \"risk_name\": \"OFAC's Sanction List\",\n                        \"risk_type\": \"Mixer\",\n                        \"timestamp\": 1659916800,\n                        \"label_source\": \"CertiK Investigations\"\n                    }\n                ],\n                \"target_address_type\": \"unknown\",\n                \"counterparty_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n            }\n        },\n        {\n            \"id\": \"e8345b69-5101-4239-8fbe-334a836f0148\",\n            \"tenant_id\": \"certik\",\n            \"monitoring_group_id\": \"c78fbedb-8110-4b36-9f1c-d150a5395506\",\n            \"customer_id\": \"e8e5a501-7249-49a3-8d23-bdeae1a422c7\",\n            \"chain\": \"eth\",\n            \"chain_address\": \"eth:0x910cbd523d972eb0a6f4cae4618ad62622b39dbf\",\n            \"config_id\": \"6ae129c0-d819-4fee-8951-1e58536495ff\",\n            \"severity\": \"very_high\",\n            \"risk_types\": [\n                \"Sanctioned\"\n            ],\n            \"action_status\": \"open\",\n            \"meta\": null,\n            \"template_type\": \"risk\",\n            \"is_from_api\": null,\n            \"timestamp\": 1716366173513,\n            \"modified_at\": null,\n            \"txn_at\": \"2024-05-22T08:15:59.000Z\",\n            \"risk_exposure\": {\n                \"hop\": 1,\n                \"type\": \"transfer\",\n                \"uuid\": \"0019924170_000177_00003_0_eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b_0\",\n                \"price\": 3674.688441,\n                \"token\": \"ETH\",\n                \"amount\": 10000000000000000000,\n                \"inflow\": 36746.884415,\n                \"labels\": \"{\\n  \\\"Mixer\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Mixer\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1698990997,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC's Sanction List\\\",\\n    \\\"RISKTYPE\\\": \\\"Mixer\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Tornado_Cash\\\",\\n    \\\"TIMESTAMP\\\": 1659916800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"9f5ade4e-f02a-4de6-885b-3371615b8ea3\\\"\\n  },\\n  \\\"Sanctioned\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Sanctioned\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1713159369,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC:TORNADO CASH\\\",\\n    \\\"RISKTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"TIMESTAMP\\\": 1669852800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"c93fc252-c8a7-4802-81f8-4d42e96bffa1\\\"\\n  }\\n}\",\n                \"decimal\": 18,\n                \"outflow\": 0,\n                \"txn_hash\": \"eth:0x0403a5948f8dfe6f37ad140fa38dfac1ecbd178e12148bdf02493334268c6f9f\",\n                \"path_txns\": [\n                    \"0x0403a5948f8dfe6f37ad140fa38dfac1ecbd178e12148bdf02493334268c6f9f\"\n                ],\n                \"prevuuid\": \"\",\n                \"usd_value\": 36746.884415,\n                \"direction\": \"outflow\",\n                \"src_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\",\n                \"path_addresses\": [\n                    \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n                ],\n                \"src_addresslabels\": [\n                    {\n                        \"risk_name\": \"OFAC:TORNADO CASH\",\n                        \"risk_type\": \"Sanctioned\",\n                        \"timestamp\": 1669852800,\n                        \"label_source\": \"CertiK Investigations\"\n                    }\n                ],\n                \"target_address_type\": \"unknown\",\n                \"counterparty_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n            }\n        },\n        {\n            \"id\": \"d21ffcbf-a181-4409-8a83-d1d58e6b194e\",\n            \"tenant_id\": \"certik\",\n            \"monitoring_group_id\": \"c78fbedb-8110-4b36-9f1c-d150a5395506\",\n            \"customer_id\": \"e8e5a501-7249-49a3-8d23-bdeae1a422c7\",\n            \"chain\": \"eth\",\n            \"chain_address\": \"eth:0x910cbd523d972eb0a6f4cae4618ad62622b39dbf\",\n            \"config_id\": \"e62b9f0c-7eaa-4b44-b9ba-202ae0e0c57c\",\n            \"severity\": \"high\",\n            \"risk_types\": [\n                \"Mixer\"\n            ],\n            \"action_status\": \"open\",\n            \"meta\": null,\n            \"template_type\": \"risk\",\n            \"is_from_api\": null,\n            \"timestamp\": 1716366173513,\n            \"modified_at\": null,\n            \"txn_at\": \"2024-05-22T08:15:59.000Z\",\n            \"risk_exposure\": {\n                \"hop\": 1,\n                \"type\": \"transfer\",\n                \"uuid\": \"0019924170_000177_00003_0_eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b_0\",\n                \"price\": 3674.688441,\n                \"token\": \"ETH\",\n                \"amount\": 10000000000000000000,\n                \"inflow\": 36746.884415,\n                \"labels\": \"{\\n  \\\"Mixer\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Mixer\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1698990997,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC's Sanction List\\\",\\n    \\\"RISKTYPE\\\": \\\"Mixer\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Tornado_Cash\\\",\\n    \\\"TIMESTAMP\\\": 1659916800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"9f5ade4e-f02a-4de6-885b-3371615b8ea3\\\"\\n  },\\n  \\\"Sanctioned\\\": {\\n    \\\"ADDRESS\\\": \\\"eth:0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\\\",\\n    \\\"ADDRESS_TYPE\\\": \\\"verified contract\\\",\\n    \\\"CHAIN\\\": \\\"eth\\\",\\n    \\\"CONFIDENCE_LEVEL\\\": 100,\\n    \\\"GENERAL\\\": \\\"Sanctioned\\\",\\n    \\\"ID\\\": 5443484,\\n    \\\"INSERTED_DATE\\\": 1713159369,\\n    \\\"LABEL_SOURCE\\\": \\\"manual_input:ofac_sdn\\\",\\n    \\\"NAME\\\": \\\"OFAC:TORNADO CASH\\\",\\n    \\\"RISKTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"RISKTYPE_UPDATE_TIMESTAMP\\\": 1712186153,\\n    \\\"SUBTYPE\\\": \\\"Sanctioned\\\",\\n    \\\"TIMESTAMP\\\": 1669852800,\\n    \\\"UPDATE_TIMESTAMP\\\": 1713161353,\\n    \\\"UUID\\\": \\\"c93fc252-c8a7-4802-81f8-4d42e96bffa1\\\"\\n  }\\n}\",\n                \"decimal\": 18,\n                \"outflow\": 0,\n                \"txn_hash\": \"eth:0x0403a5948f8dfe6f37ad140fa38dfac1ecbd178e12148bdf02493334268c6f9f\",\n                \"path_txns\": [\n                    \"0x0403a5948f8dfe6f37ad140fa38dfac1ecbd178e12148bdf02493334268c6f9f\"\n                ],\n                \"prevuuid\": \"\",\n                \"usd_value\": 36746.884415,\n                \"direction\": \"outflow\",\n                \"src_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\",\n                \"path_addresses\": [\n                    \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n                ],\n                \"src_addresslabels\": [\n                    {\n                        \"risk_name\": \"OFAC's Sanction List\",\n                        \"risk_type\": \"Mixer\",\n                        \"timestamp\": 1659916800,\n                        \"label_source\": \"CertiK Investigations\"\n                    }\n                ],\n                \"target_address_type\": \"unknown\",\n                \"counterparty_address\": \"0xd90e2f925da726b50c4ed8d0fb90ad053324f31b\"\n            }\n        }\n    ],\n    \"has_more\": true\n}"}],"_postman_id":"bbe18c26-c2eb-41a1-8778-20a461440385"},{"name":"v3/kyt/monitoring-groups","id":"d35e7396-6c68-49f3-9b51-62b171e000b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.skyinsights.certik.com/v3/kyt/monitoring-groups","description":"<p>Retrieve all monitoring groups for the tenant.</p>\n<h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>Unique id for the monitoring group</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>The monitoring group's name</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>number</td>\n<td>The unix timestamp(ms) of the monitoring group was created</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>The description of this monitoring group</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"{{tenant-api-key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3a930aba-c901-47c9-b7ea-be7b8883f8b1","id":"3a930aba-c901-47c9-b7ea-be7b8883f8b1","name":"SkyInsights API V3","type":"collection"}},"urlObject":{"protocol":"https","path":["v3","kyt","monitoring-groups"],"host":["api","skyinsights","certik","com"],"query":[],"variable":[]}},"response":[{"id":"46f8fc00-6141-463f-a7fc-f71a588be5e3","name":"v3/kyt/monitoring-groups","originalRequest":{"method":"GET","header":[],"url":"https://api.skyinsights.certik.com/v3/kyt/monitoring-groups"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"18902a53-0c06-4903-914f-01467ad3303c\",\n        \"name\": \"Alert Engine V2 - Risky Alerts\",\n        \"created_at\": 1708191447763,\n        \"description\": \"test\"\n    },\n    {\n        \"id\": \"1ee689f8-d5b4-4057-96d9-d902c01d432d\",\n        \"name\": \"badguys0213\",\n        \"created_at\": 1707857374577,\n        \"description\": \"\"\n    },\n    {\n        \"id\": \"67b716f3-2756-4dd9-9ab3-fdb48d21e1e8\",\n        \"name\": \"NS Test\",\n        \"created_at\": 1712758829821,\n        \"description\": \"Counterparty Exchange Due Dilligence\"\n    },\n    {\n        \"id\": \"6b82424a-2e26-4523-9966-e2ebc99ba9e1\",\n        \"name\": \"\",\n        \"created_at\": 1716563055957,\n        \"description\": \"\"\n    },\n    {\n        \"id\": \"7142075d-40f9-4cd4-b63f-7d72f71cc437\",\n        \"name\": \"x4t MG\",\n        \"created_at\": 1709696389413,\n        \"description\": \"\"\n    },\n    {\n        \"id\": \"82d89fa4-33cc-46c4-94a4-c6c9eb93bf88\",\n        \"name\": \"BingX clustering\",\n        \"created_at\": 1709742377556,\n        \"description\": \"\"\n    },\n    {\n        \"id\": \"82f77855-7924-43f9-9bed-40e36a5c71af\",\n        \"name\": \"Alert Engine V2 - Accumulated Rule\",\n        \"created_at\": 1710511915888,\n        \"description\": \"\"\n    },\n    {\n        \"id\": \"84555d1d-6883-4c75-a49c-947519e87a43\",\n        \"name\": \"CertiK-Finance\",\n        \"created_at\": 1715783953228,\n        \"description\": \"\"\n    },\n    {\n        \"id\": \"85ee99e2-9d40-427c-9d35-50ee348f90b9\",\n        \"name\": \"Alert Engine V2 - On-chain signal\",\n        \"created_at\": 1710172485244,\n        \"description\": \"\"\n    },\n    {\n        \"id\": \"d2ed4041-68af-46f3-8c07-be4103e10972\",\n        \"name\": \"Wemix MG\",\n        \"created_at\": 1713402990768,\n        \"description\": \"\"\n    },\n    {\n        \"id\": \"dfbffd44-27c3-4d64-8ebf-87e895fdc863\",\n        \"name\": \"BingX\",\n        \"created_at\": 1713284360285,\n        \"description\": \"\"\n    },\n    {\n        \"id\": \"e6b66480-2fa1-4d8e-811d-a24953b80105\",\n        \"name\": \"Gala Game exploiter\",\n        \"created_at\": 1716392843987,\n        \"description\": \"\"\n    },\n    {\n        \"id\": \"e7f1ac1d-bd15-4ea0-a283-122786dce10d\",\n        \"name\": \"test-yeonwoo\",\n        \"created_at\": 1716441394276,\n        \"description\": \"test-yeonwoo\"\n    },\n    {\n        \"id\": \"52abe835-b1c7-4b44-a724-8f8216c28939\",\n        \"name\": \"example-mg\",\n        \"created_at\": 1705695644804,\n        \"description\": \"\"\n    },\n    {\n        \"id\": \"f27f44de-1513-4271-9797-eab3748891b8\",\n        \"name\": \"TESTA-MG\",\n        \"created_at\": 1711597681423,\n        \"description\": \"\"\n    },\n    {\n        \"id\": \"fe0d35f7-2763-483d-8c65-e72cdb7805d2\",\n        \"name\": \"vaspedia bad actors\",\n        \"created_at\": 1709846064359,\n        \"description\": \"\"\n    }\n]"}],"_postman_id":"d35e7396-6c68-49f3-9b51-62b171e000b7"},{"name":"v3/kyt/monitoring-group/addresses","id":"49875ca9-9834-4707-b3d6-015f5d44d933","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.skyinsights.certik.com/v3/kyt/monitoring-group/addresses","description":"<p>The endpoint allows users to import address to a monitoring group.</p>\n<h2 id=\"parameter\">Parameter</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>monitoring_group_id</td>\n<td>number</td>\n<td>Unique id for the monitoring group.</td>\n</tr>\n<tr>\n<td>addresses</td>\n<td>string[]</td>\n<td>The chain addresses that were import to monitoring group</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>The result message (success/failed).</td>\n</tr>\n<tr>\n<td>successful_addition_count</td>\n<td>number</td>\n<td>Number of successfully added chain addresses</td>\n</tr>\n<tr>\n<td>skipped_addresses</td>\n<td>SkipedAddress[]</td>\n<td>List of addresses that were not added due to duplication</td>\n</tr>\n</tbody>\n</table>\n</div><p>SkipedAddress</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>chain_address</td>\n<td>string</td>\n<td>The chain addresses that was not added</td>\n</tr>\n<tr>\n<td>entity_external_id</td>\n<td>string</td>\n<td>The external entity id associated with this address</td>\n</tr>\n<tr>\n<td>entity_id</td>\n<td>string</td>\n<td>The external entity id associated with this address</td>\n</tr>\n<tr>\n<td>monitoring_group_id</td>\n<td>string</td>\n<td>The monitoring group id associated with this address</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"{{tenant-api-key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3a930aba-c901-47c9-b7ea-be7b8883f8b1","id":"3a930aba-c901-47c9-b7ea-be7b8883f8b1","name":"SkyInsights API V3","type":"collection"}},"urlObject":{"protocol":"https","path":["v3","kyt","monitoring-group","addresses"],"host":["api","skyinsights","certik","com"],"query":[],"variable":[]}},"response":[{"id":"4472f4a8-e18f-4331-8767-21523e87f3d1","name":"v3/kyt/monitoring-group/addresses","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"monitoring_group_id\": \"f27f44de-1513-4271-9797-eab3748891b8\",\n    \"addresses\": [\n        \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f91\",\n        \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f99\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.skyinsights.certik.com/v3/kyt/monitoring-group/addresses"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"successful_addition_count\": 1,\n    \"skipped_addresses\": [\n        {\n            \"chain_address\": \"eth:0x098b716b8aaf21512996dc57eb0615e2383e2f91\",\n            \"entity_external_id\": \"entity-eth:0x098b716b8aaf21512996dc57eb0615e2383e2f91\",\n            \"entity_id\": \"9a820f15-02a4-41bf-b6d1-9cdf761dd7e1\",\n            \"monitoring_group_id\": \"f27f44de-1513-4271-9797-eab3748891b8\"\n        }\n    ]\n}"}],"_postman_id":"49875ca9-9834-4707-b3d6-015f5d44d933"}],"id":"2f463f2f-1527-4976-9363-9b5afd8f51cf","description":"<p>Transaction screening service.</p>\n","_postman_id":"2f463f2f-1527-4976-9363-9b5afd8f51cf","auth":{"type":"apikey","apikey":{"value":"{{tenant-api-key}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"3a930aba-c901-47c9-b7ea-be7b8883f8b1","id":"3a930aba-c901-47c9-b7ea-be7b8883f8b1","name":"SkyInsights API V3","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"value":"{{tenant-api-key}}","key":"<key>"}},"event":[{"listen":"prerequest","script":{"id":"ca8b2b59-7b61-4efb-ba8d-0f0ee36a3a06","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c7cabc3d-f463-49d5-bf26-93917c8651d0","type":"text/javascript","exec":[""]}}],"variable":[{"value":"","disabled":true}]}